Giter Site home page Giter Site logo

avro-kafka-demo's Introduction

Steps to run the application.

  1. Please make sure your confluent kafka server is up and running.

  2. Check out the project to specific directory and generate the jar file.

  3. Run the following command ./mvnw spring-boot:run

  4. The above command should generate a jar file located inside target directory.

  5. Navigate to the directory and start the spring boot application using java -jar command. Example: $ cd target followed by $ java -jar avro-kafka-demo-0.0.1-SNAPSHOT.jar

  6. Now to publish the message using anyone of the Rest client make a post request as follows

  http:localhost:8080/publish
  body {
  	"name": "John Doe",
  	"age": 25
  }
  
  1. One should be able to see the results in the kafka topic control center under "users" topic

    Example: Navigate to http://localhost:9021

    Topic -> users -> messages

avro-kafka-demo's People

Contributors

rajeshsamson avatar

Watchers

Rajesh Dasi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.