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
I suggest to include the "message key" (from the events in the kafka message queue) in the event that is being put into the event-driven-ansible queue because it can be very useful when filtering for certain events in an ansible-rulebook.
I suggest to include the "message key" (from the events in the kafka message queue) in the event that is being put into the event-driven-ansible queue because it can be very useful when filtering for certain events in an ansible-rulebook.
Therefore this file would have to be changed:
extensions/eda/plugins/event_sources/kafka.py
to something like:
After this change i can listen for events with certain key in the rulebook:
The text was updated successfully, but these errors were encountered: