dominikriemer commented on issue #3304: URL: https://github.com/apache/streampipes/issues/3304#issuecomment-2432366106
Hi @FabriceHansen I wouldn't classify this as a bug: StreamPipes internally uses a `Map` data structure to represent events, and the Kafka sink serializes messages as a `JSON` object. Both representations don't guarantee order. This could be only adressed in StreamPipes by changing the output of the Kafka sink to a list instead of an object. Isn't there a way in Grafana to map a key to a series? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
