Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 526 Bytes

File metadata and controls

14 lines (10 loc) · 526 Bytes

03-spring-cloud-kafka-binding-practice

spring cloud kafka binding stream

There are several parts

  1. one-sink-source with ServiceActivitor only 1 default topic practice with SINK and SOURCE
  2. one-sink-source-streamlistener with StreamListener only 1 default topic practice with SINK and SOURCE
  3. more-sink-source-streamlistener mutli topics with SINK and SOURCE
  • worked with selfdefined bean message
  1. more-sink-source-trigger-producer trigger to send the message
  • worked with selfdefined bean message

All workable