Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added action kafka_notify #621

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mkanoor
Copy link
Contributor

@mkanoor mkanoor commented Nov 22, 2023

Added a new action called kafka_notify to contrast with pg_notify This action would allow an event to be posted to a Kafka topic for other consumers.

To generate arbitrary sized blobs we have enhanced our generic source plugin to use the new collection you would have to build an image with those changes

Then you can use the updated collection in these 2 rule books

To test the Activations first create the Listener Activation and then the Generator Activation

Added a new action called kafka_notify to contrast with pg_notify
This action would allow an event to be posted to a Kafka topic
for other consumers.

class KafkaNotify:
"""The Kafka notify action used to send messages to a Kafka topic
The required arguments are:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this have mandatory arguments they should be declared in the __init__ signature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants