finished converting the processing to a batch-wise variant
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user