Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何查看topic是基于哪张表创建的? #26215

Closed
Wuyiz opened this issue Jun 20, 2024 · 2 comments
Closed

如何查看topic是基于哪张表创建的? #26215

Wuyiz opened this issue Jun 20, 2024 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@Wuyiz
Copy link

Wuyiz commented Jun 20, 2024

有没有命令或语句可以查看指定topic的建立语句呢?

我从官方文档里并没有看到如何查询topic详情的相关内容,导致很多时候想要查看一个topic就只能建立消费者消费数据后,再反向分析出来(有些topic是其他开发者建立的时候,就只能问他们或者自己分析)

@Wuyiz Wuyiz added help wanted Extra attention is needed question Further information is requested labels Jun 20, 2024
@yu285
Copy link
Contributor

yu285 commented Jul 10, 2024

可查看information_schema库下的 ins_topics 表获取相关信息。

@yu285 yu285 closed this as completed Jul 10, 2024
@Wuyiz
Copy link
Author

Wuyiz commented Jul 10, 2024

可查看information_schema库下的 ins_topics 表获取相关信息。

感谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
2 participants