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
I am sending multiple messages to a single Kafka topic. The messages seem to send ok and I get back a result like {"0": 10268823} where the value reflects the addition of all of my messages, but I expected an array of results, one for each message, not just the last one. Am I doing something wrong, or not understanding why I don't need what I think I need?
I am sending multiple messages to a single Kafka topic. The messages seem to send ok and I get back a result like {"0": 10268823} where the value reflects the addition of all of my messages, but I expected an array of results, one for each message, not just the last one. Am I doing something wrong, or not understanding why I don't need what I think I need?
Thanks,
Bill
const kafkaTopic = process.env.KAFKA_TOPIC
const kafkaBrokers = process.env.KAFKA_BROKERS.trim()
The text was updated successfully, but these errors were encountered: