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
Confluent kafka publish internal statistics (instrumentation) in OnStatistics event. It is published as string in JSON format.
It is much better if the library would do json parsing and expose strong-typed event object.
TODO: discuss with confluent developers possibility to change C driver to publish Protobuf-serialized statistics object. This would benefit all clients by avoiding the need to implement json parsing.
The text was updated successfully, but these errors were encountered:
Closing as this is never going to happen. The FsKafka0 module introduced in 1.4.3 provides an onramp to the single practical/viable/maintained/tested API: FsKafka (which provides basic statistics logging).
Description
Confluent kafka publish internal statistics (instrumentation) in OnStatistics event. It is published as string in JSON format.
It is much better if the library would do json parsing and expose strong-typed event object.
TODO: discuss with confluent developers possibility to change C driver to publish Protobuf-serialized statistics object. This would benefit all clients by avoiding the need to implement json parsing.
The text was updated successfully, but these errors were encountered: