未验证 提交 d69ee984 编写于 作者: E EricZeng 提交者: GitHub

Merge pull request #209 from didi/dev

add faq, kafka version supported & apply logical cluster and how to handle it
......@@ -9,7 +9,7 @@
# FAQ
- 0、Github图裂问题解决
- 0、支持哪些Kafka版本?
- 1、Topic申请、新建监控告警等操作时没有可选择的集群?
- 2、逻辑集群 & Region的用途?
- 3、登录失败?
......@@ -25,19 +25,9 @@
---
### 0、Github图裂问题解决
### 0、支持哪些Kafka版本?
可以在本地机器`ping github.com`这个地址,获取到`github.com`地址的IP地址。
然后将IP绑定到`/etc/hosts`文件中。
例如
```shell
# 在 /etc/hosts文件中增加如下信息
140.82.113.3 github.com
```
基本上只要所使用的Kafka还依赖于Zookeeper,那么该版本的主要功能基本上应该就是支持的。
---
......@@ -114,6 +104,8 @@
以上仅仅只是针对单个Topic的场景,如果你有非常多的Topic需要进行初始化的,那么此时可以在配置管理中增加一个配置,来定时的对无主的Topic进行同步,具体见:[动态配置管理 - 1、Topic定时同步任务](../dev_guide/dynamic_config_manager.md)
---
### 9、进程启动后,如何查看API文档
- 滴滴Logi-KafkaManager采用Swagger-API工具记录API文档。Swagger-API地址: [http://IP:PORT/swagger-ui.html#/](http://IP:PORT/swagger-ui.html#/)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册