Kafka File Connector 简单使用
File Connector作用简单明了,从文件将数据导入kafka的topic中,以及,从kafka的topic中将数据导出到文件。
Notes: 如果只是为了测试和学习,可以直接参考confluent官网的教程,使用
confluent start
命令。生产环境下不推荐使用CLI启动confluent。
File Connector作用简单明了,从文件将数据导入kafka的topic中,以及,从kafka的topic中将数据导出到文件。
Notes: 如果只是为了测试和学习,可以直接参考confluent官网的教程,使用
confluent start
命令。生产环境下不推荐使用CLI启动confluent。
UPD 2020: 现在看来这篇文章有够水的
安装前需要满足一定的前提要求,对于生产环境而言,参考官方文档:
如果是自己学习使用的话,只要不是内存太小和存储空间,应该都没问题。
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.