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

eventProducer: Implement event producer #94

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

tupyy
Copy link
Collaborator

@tupyy tupyy commented Dec 3, 2024

This commit adds an event producer that writes events to an underlying event writer (stdout or kafka).
For now, the supported events are: inventory updated and agent state changed.

Signed-off-by: Cosmin Tupangiu [email protected]

@tupyy tupyy requested a review from machacekondra December 3, 2024 09:54
@tupyy tupyy force-pushed the kafka_producer branch 2 times, most recently from c8c2090 to d361162 Compare December 3, 2024 13:45
@@ -1,15 +1,18 @@
module github.com/kubev2v/migration-planner

go 1.21.11
go 1.22.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this part of registry.access.redhat.com/ubi9/go-toolset already?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not me. maybe go mod.

This commit adds an event producer that writes events to a underlying
event (stdout or kafka).
For now, the supported events are: inventory updated and agent state
changed.

Signed-off-by: Cosmin Tupangiu <[email protected]>
@machacekondra machacekondra merged commit b1dc3f5 into kubev2v:main Dec 6, 2024
6 of 7 checks passed
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