Slackbot
03/14/2023, 9:59 AMSergio Ferragut
03/14/2023, 3:06 PMconsumerProperties inside the ioConfig of your supervisor spec, like this:
"ioConfig": {
"type": "kafka",
"consumerProperties": {
"bootstrap.servers": "my-kafka-broker:9092",
"group.id": "my-consumer-group-id"
},
"topic": "my-kafka-topic"swetha
03/14/2023, 3:53 PM