-
Notifications
You must be signed in to change notification settings - Fork 196
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
使用docker-compose快速启动 #124
Labels
good first issue
Good for newcomers
Comments
感谢反馈,我们会尽快修复该问题 |
@liwenson 报错问题已经修复 |
@TrumanDu 大佬, docker镜像有更新吗 |
@liwenson 这个还没来得及更新,因为修改了很多内容,等代码稳定再发布新版本。 那个报错信息对使用无任何影响。 |
好的,大佬 |
@liwenson 不是,这个是Kafka Connect |
好的,我去看看 Kafka Connect 的文档 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
以官方文档为主
目录创建
es配置文件放在 /opt/kafkaCenter/elasticsearch/config/elasticsearch.yml
KafkaCenter 配置文件放在 /opt/kafkaCenter/kafkaCenter/config/application.properties
es配置文件
创建 docker.compose.yml
启动
mysql 导入表结构
官方脚本地址,官方sql脚本中部分 sql 语句缺少 ; 结束,需要自己补全,不然脚本会运行错误
配置文件导入
官方 应用配置
修改应用配置中的 mysql 信息,如果,localhost找不到,修改为ip:port
错误处理
elasticsearch启动报错
data 目录授权
重启
未解决的报错
暂时不影响使用
The text was updated successfully, but these errors were encountered: