Skip to content

jhuynh1/spring-kafka-JSON-ingest

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

spring-kafka-JSON-ingest

This is a sample application to ingest data into a Kafka topic using Spring(Boot, Web, Kafka). Here is a blog with more details and it's usage in ingesting JSON data into Apache Geode: https://medium.com/@huynhja/ingest-store-and-search-json-data-with-apache-kafka-and-apache-geode-fc6d0d2f9d9f

To run this sample application ./gradlew bootRun or java -jar restful-webservice-0.0.1-SNAPSHOT.jar

To hit the endpoint: curl localhost:8080/ingest/github/{topicName}

Uses localhost:9092 as the kafka broker location and will auto create a topic if it's not already created

About

Sample application to ingest data into a Kafka topic using Spring(Boot, Web, Kafka)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages