Files
cgrates/ees
ionutboangiu 02ae2cce79 Revise Kafka exporter implementation
- added extra error return parameter to constructor
- failing to parse PEM certificates returns an error (previously nil
return)
- moved Connect logic inside the constructor*
- removed unnecessary fields from poster structure. Use the
configuration fields directly instead.
- removed mutex from poster structure (kafka writer is thread-safe)
- removed nil writer check. Message is exported directly.
- shortened receiver name
(https://google.github.io/styleguide/go/decisions#receiver-names)

*The Kafka Transport is not a connection but a configuration for the
connection created during the first export. The connection and its
related goroutines stay running until manually closed.
2024-06-30 16:28:52 +02:00
..
2024-04-08 13:14:02 +02:00
2024-06-30 16:28:52 +02:00
2024-06-30 16:28:52 +02:00
2024-04-08 13:14:02 +02:00
2024-06-06 13:17:59 +02:00