-
Notifications
You must be signed in to change notification settings - Fork 747
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: Adding Pulsar sensor #1356
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's great to see a Pulsar trigger implementation, thanks for your contribution!
Would you like to come up with dome docs under https://github.com/argoproj/argo-events/tree/master/docs/sensors/triggers, it could be either in this PR, or a follow up one.
Signed-off-by: Arnar Gauti Ingason <[email protected]>
@whynowy I will create some documentation tomorrow :) |
Signed-off-by: Arnar Gauti Ingason <[email protected]>
I have added some docs for the Pulsar trigger. It's a copy of the Kafka trigger docs adapted to my new Pulsar one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat: Adding Pulsar sensor Signed-off-by: Arnar Gauti Ingason <[email protected]> * feat: Adding Pulsar trigger documentation Signed-off-by: Arnar Gauti Ingason <[email protected]> Signed-off-by: GitHub <[email protected]>
* feat: Adding Pulsar sensor Signed-off-by: Arnar Gauti Ingason <[email protected]> * feat: Adding Pulsar trigger documentation Signed-off-by: Arnar Gauti Ingason <[email protected]>
Checklist:
Adds a Pulsar sensor trigger so you can send messages to a Pulsar topic.