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

Kafka output split-events causing marshal errors for kafka input #253

Closed
Sparc0 opened this issue Oct 16, 2023 · 3 comments
Closed

Kafka output split-events causing marshal errors for kafka input #253

Sparc0 opened this issue Oct 16, 2023 · 3 comments

Comments

@Sparc0
Copy link
Contributor

Sparc0 commented Oct 16, 2023

Kafka output has a parameter split-events.
Having it on true will cause marshal errors on kafka input.

A split-events: boolean for the kafka input also.

@karimra
Copy link
Collaborator

karimra commented Oct 16, 2023

If the event messages are going to be read by the Kafka gNMIc input why split them?
The split events on the Kafka output was added to allow apache druid to ingest event messages from Kafka.

@Sparc0
Copy link
Contributor Author

Sparc0 commented Oct 16, 2023

Basically the same idea, that i want to reuse the same topic in Kafka with gnmic and other platforms that gnmic dont support.

I can solve it by having 2 outputs in gnmic or another instance of gnmic that only split the events but it will require more storage in kafka and more compute to parse the metrics twice.

@karimra
Copy link
Collaborator

karimra commented Nov 7, 2023

Added in #255

@karimra karimra closed this as completed Nov 7, 2023
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

No branches or pull requests

2 participants