[Question] What is the best practice in consuming multiple topics?

2022-03-31 Thread Xiong, Pin
To whom it may concern, I have a very different problem when using Kafka, and hope someone can help me! Background I need to consume several different topics in my java project. For each topic, they has different configurations, such as max.pull.records, but the same consumer group. Also, the

Re: [Question] What is the best practice in consuming multiple topics?

2022-04-01 Thread Xiong, Pin
redeployed. Thanks, Pin > On Apr 1, 2022, at 23:10, BaiYang wrote: > > how about stop the kafka brokers and restart them and restart producers and > consumers? > > > > > 回复的原邮件 > | 发件人 | Xiong, Pin | > | 日期 | 2022年03月31日 22:14 | > | 收件人 | users@k