-
Notifications
You must be signed in to change notification settings - Fork 181
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
output: add nats streaming stan output #135
Conversation
@cpanato: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
70ba89f
to
cb11d27
Compare
/hold for some manual tests with multiple sidekicks |
cb11d27
to
e27ab68
Compare
1caad24
to
0ce3820
Compare
Signed-off-by: Carlos Panato <[email protected]>
0ce3820
to
767d818
Compare
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 label has been added. Git tree hash: f2e9b42c5dd5ec631ac19329a659d5d8a6f98a3c
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Issif The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel tests done using both config file and env vars |
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area outputs
What this PR does / why we need it:
Add nats streaming stan to the outputs
we can refactor both nats/stan maybe later if needed.
tested with a nats/stan server
then:
sending a falco sample message:
falcosidekick logs:
created a consumer app to read:
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
/assign @Issif