英文:
Kafka Stream to consume JSON and Produce Avro
问题
请提供GitHub网址,以便我查看代码和所有需要完成的配置。提前致谢。
英文:
As i am new to Kafka and Avro. Please provide me Git Hub Url if any from where i can check code and all the configuration that need to be done .
Thanks in Advance.
答案1
得分: 1
这里是你正在寻找的解决方案。有关代码的详细信息,请参考kafka流教程,特别是教程的Run Demo App
和Tutorial: Write App
部分应该会有所帮助。<br>Run Demo App
部分将引导您进行基本的kafka设置,如果您愿意,可以跳过执行演示应用程序。<br>Tutorial: Write App
部分将引导您创建符合您需求的Java KStream示例应用程序。通过这个部分设置Maven项目后,您将找到示例代码。
英文:
Here is the solution you're looking for. For more details about what and how of the code, please refer to kafka stream tutorial, specifically Run Demo App
and Tutorial: Write App
sections of tutorial should come in handy.<br>Run Demo App
section will guide you basic kafka setup and you can skip executing demo app if you want. <br> Tutorial: Write App
section will guide you through creating a java kstream sample app as per your need. After you setup maven project through this section, there you will find sample code as well.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论