kafbat/kafka-ui

Serde: Support `__transaction_state` topic

开放

#407 创建于 2024年5月22日

 (6 条评论) (0 个反应) (1 位负责人)TypeScript (363 个派生)auto 404
area/serdegood first issuehacktoberfestscope/backendstatus/triage/completedtype/enhancement

仓库指标

星标
 (2,554 个星标)
PR 合并指标
 (平均合并 4天 21小时) (30 天内合并 5 个 PR)

描述

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

Is your proposal related to a problem?

I would like to be able to show content of the Kafka internal topics.

Describe the feature you're interested in

To get a better insight into the internal Kafka transactions topic __transaction_state it would be great to be able to show the key/value in a readable format. The necessary serdes/formatters should be available in the Kafka distribution/clients.

Describe alternatives you've considered

We are currently using the kafka-console-consumer.sh with the formatter for transactions.

$ kafka-console-consumer.sh --formatter "kafka.coordinator.transaction.TransactionLog\$TransactionLogMessageFormatter" --bootstrap-server localhost:29092 --topic __transaction_state --from-beginning

Version you're running

2956664 v1.0.0

Additional context

No response

贡献者指南