You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: