You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have usecase where we want to specify the partitioning key for the kafka dynamically in the Sensor "Kafka Trigger"
Describe the solution you'd like
In the Kafka Trigger Sensor, we want to have the possibility to specify the partitioning key dynamically.
For Example:
If we're listening to Argo WF events using K8s resource event source, we would like possibility to pass WorkflowName as a partition key to make sure all the events are processed in order for the specific workflow.
Describe alternatives you've considered
Alternative could using Lambda functions as a trigger and parsing the message in the function to eventually add a partitioning key.
Another alternative could be to use a static partition key, but that wouldn't very scalable across multiple consumers.
Additional context
N/A
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We have usecase where we want to specify the partitioning key for the kafka dynamically in the Sensor "Kafka Trigger"
Describe the solution you'd like
In the Kafka Trigger Sensor, we want to have the possibility to specify the partitioning key dynamically.
For Example:
If we're listening to Argo WF events using K8s resource event source, we would like possibility to pass WorkflowName as a partition key to make sure all the events are processed in order for the specific workflow.
Describe alternatives you've considered
Alternative could using Lambda functions as a trigger and parsing the message in the function to eventually add a partitioning key.
Another alternative could be to use a static partition key, but that wouldn't very scalable across multiple consumers.
Additional context
N/A
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: