Search code examples
apache-kafkaapache-flink

Setting up kafka flink connector project with example


As i am new to kafka flink connector help me in suggesting some simple example program where kafka writes in a topic and flink listens it and display the values along with pom.xml.


Solution

  • The Flink operations playground does exactly that. This is a complete environment for learning about how to use Flink. The documentation describes what this application is doing, how to start and stop it, how to use the Flink Web UI, REST API, and CLI to control and observe what's happening, etc.

    This docker-based example includes:

    The pom.xml file is here.