Skip to content

Sample processor and transformer implementation for Kafka using Spring Cloud Stream with functional probramming

Notifications You must be signed in to change notification settings

mammenj/kafkaprocessortransformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this app?

This is a Spring Cloud Stream processor using Kafka Streams support for Processor and Transformer integration with Functional Programming Please feel free to pull or file any issues if interested.

Running the app:

  1. Start Kafka and Zookeepr

    'cd #kafka_installed_home'
    'start bin\windows\zookeeper-server-start.bat config\zookeeper.properties'
    'start bin\windows\kafka-server-start.bat config\server.properties'
  2. Build the Spring boot application

    'mvn clean package -DskipTests'
  3. Run the Spring boot application

    'cd $PROJECT_HOME'
    'java -jar target/processor-transformer-1.0.0-debug.jar'

About

Sample processor and transformer implementation for Kafka using Spring Cloud Stream with functional probramming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages