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
In node-rdkafka, you can use ProducerStreams, similar to ConsumerStreams. I only see kafkaAvro.getConsumerStream, kafkaAvro.getConsumer and kafkaAvro.getProducer. Is there a way to get or create a ProducerStream?
The text was updated successfully, but these errors were encountered:
In
node-rdkafka
, you can useProducerStream
s, similar toConsumerStream
s. I only seekafkaAvro.getConsumerStream
,kafkaAvro.getConsumer
andkafkaAvro.getProducer
. Is there a way to get or create aProducerStream
?The text was updated successfully, but these errors were encountered: