如题,我设置了kafka-producer里的retries=3,那如何才能看到他的重试过程呢,也没看到任何的系统日志什么的?
retries=3
ringa_lee
Settingsretries可能会引起消息重复发送, so if you implement failed retry, you can control the retry process.
retries
消息重复发送
Settings
retries
可能会引起消息重复发送
, so if you implement failed retry, you can control the retry process.