__transaction_state为kafka内部主题,在首次触发事务时系统自动创建该主题
在kafka中是无法通过命令删除__transaction_state的,但是通过Eagle监控界面可以删除
例如如下操作:
[root@bigdata131:~]# kafka-topics.sh --zookeeper localhost:2181 --delete
--topic __transaction_state
Error while executing topic command : Topic __transaction_state is a kafka
internal topic and i
TimeoutException: Timeout expired while initializing transactional state in 60000ms
最新推荐文章于 2024-03-14 22:36:08 发布
本文探讨了Kafka内部主题__transaction_state的重要性和管理方法。介绍了该主题在事务触发中的作用,以及误删后的恢复步骤,包括Zookeeper相关路径的清理和Kafka集群重启。

最低0.47元/天 解锁文章
977

被折叠的 条评论
为什么被折叠?



