finished converting the processing to a batch-wise variant

This commit is contained in:
2025-11-06 15:30:25 +01:00
parent 5f95e82a3c
commit e53a2a4f40
4 changed files with 123 additions and 309 deletions

View File

@@ -166,7 +166,7 @@ class asynStreamGeneratorDriver : public asynPortDriver {
asynStatus createInt32Param(asynStatus status, char *name, int *variable,
epicsInt32 initialValue = 0);
inline void queueForKafka(NormalisedEvent &&ne);
inline void queueForKafka(NormalisedEvent &ne);
void produce(epicsRingBytesId eventQueue, rd_kafka_t *kafkaProducer,
const char *topic, const char *source);