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

测试以sasl 用户名密码方式查看topic列表 失败无任何内容显示 而不用密码接入topic内容列表无任何问题 最新master版本 3.3.0版本都试过了 #1179

Open
1 task done
12555850 opened this issue Oct 29, 2023 · 5 comments
Labels
type: question 相关疑问

Comments

@12555850
Copy link

12555850 commented Oct 29, 2023

  • 我已经在 issues 搜索过相关问题了,并没有重复的。

1.kafka版本 3.5.1
2.用了自己的程序消费没问题
3.client properties 配置{"security.protocol":"SASL_PLAINTEXT","sasl.mechanism":"PLAIN","sasl.jaas.config":"org.apache.kafka.common.security.plain.PlainLoginModule required username="用户名***" password="密码***";"}
4.bin目录脚本没试过
5.下图是用的idea插件 kafkalytic消费的列表 也没用任何问题 最后一张是know steaming的后台报错 我用手机发的 笔记本上网不方便 所以格式不是那么规整 理解一下
mmexport1698637412016.jpg

mmexport1698637415582.jpg

![IMG_20231029_213533.jpg](https://github.com/didi/KnowStreaming/assets/24789766/041a3bd1-cdef-4684-b60f-6b658dc458ab)

@ZQKC
Copy link
Collaborator

ZQKC commented Oct 29, 2023

  • 我已经在 issues 搜索过相关问题了,并没有重复的。

你是否希望来认领这个Bug。

「 Y / N 」@

环境信息

  • KnowStreaming version : xxx
  • Operating System version : xxx
  • Java version : xxx

重现该问题的步骤

  1. xxx
  2. xxx
  3. xxx

预期结果

实际结果

如果有异常,请附上异常Trace:

Just put your stack trace here!

IMG_20231029_213533.jpg

1、 Kafka版本?
2、接入集群时的完整配置?
3、使用bin目录下的脚本是否可以正常显示?

@ZQKC ZQKC added the type: question 相关疑问 label Oct 29, 2023
@12555850
Copy link
Author

这个know streaming在生产机房的服务器上做监控是非常有用而且必要的 kafkalytic只是开发时调试用的

另外问一下诸位大佬 es的索引数据是只保留七天吗 七天前的索引数据定时任务里何时删除 可以配置吗

@ZQKC
Copy link
Collaborator

ZQKC commented Oct 31, 2023

@12555850

1、账号密码上的斜杠有加上去么?
2、使用的KnowStreaming的版本是?
3、ES索引的保留时间,application.yml中有配置的地方。

@12555850
Copy link
Author

@12555850

1、账号密码上的斜杠有加上去么?
2、使用的KnowStreaming的版本是?
3、ES索引的保留时间,application.yml中有配置的地方。

1.有的 know streaming可以连上 就是在列表topic内容的时候报错 但不用sasl没问题
2. 3.3.0和master主干版本都用了
3. sasl的plain 模式我看文档里说不支持 又用scram sha512模式 试了一下 同样topic列表无任何内容 knowstreaming以sasl方式查看这个集群的各种状态没问题

@ZQKC
Copy link
Collaborator

ZQKC commented Nov 4, 2023

@12555850
1、账号密码上的斜杠有加上去么?
2、使用的KnowStreaming的版本是?
3、ES索引的保留时间,application.yml中有配置的地方。

1.有的 know streaming可以连上 就是在列表topic内容的时候报错 但不用sasl没问题 2. 3.3.0和master主干版本都用了 3. sasl的plain 模式我看文档里说不支持 又用scram sha512模式 试了一下 同样topic列表无任何内容 knowstreaming以sasl方式查看这个集群的各种状态没问题

上面那个错误日志是同步group的错误,但是这里说的是topic的错误,有topic那个接口相关的错误日志么?具体可以点击浏览器的检查看一下调用的后端接口。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question 相关疑问
Projects
None yet
Development

No branches or pull requests

2 participants