Skip to content

Spring cloud messaging consumer. This will consume messages from messaging layer (Kafka in this case), anonymize some data and save it to elasticsearch datastore

Notifications You must be signed in to change notification settings

moinuddinmbd/spring-cloud-stream-consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-cloud-stream-consumer

Spring cloud messaging consumer. This will consume messages from messaging layer (Kafka in this case), anonymize some attributes and save it to elasticsearch.

Download elasticsearch

  1. Download elasticsearch from their official download page. Unzip the tar and start ES.

elasticsearch\bin\elasticsearch.bat

  1. Run below command to start the consumer.

mvn spring-boot:run

  1. Query to check the records in elasticsearch

curl -XGET 'http://localhost:9200/business-event/_search'

About

Spring cloud messaging consumer. This will consume messages from messaging layer (Kafka in this case), anonymize some data and save it to elasticsearch datastore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published