Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Event Driven Architecture using Spring Cloud with Kafka-stream as binder.

NotificationsYou must be signed in to change notification settings

someshbhardwaj/spring-cloud-kafka-saga-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisites:Install KafkaInstall SpringInstall Java

Start Zookeper

zookeeper-server-start.bat d:\Software\kafka_2.13-2.5.0\config\zookeeper.properties

Start Kafka server

kafka-server-start.bat d:\Software\kafka_2.13-2.5.0\config\server.properties

Create Order Request ImageImage of Create An Order

Get All Order Request ImageImage of Search

Project Code Flow ImageImage of Project Code Flow

Snippets from Application.ymlspring.cloud.stream:function:definition:orderEventPublisher;shippingEventPublisher;orderEventProcessor;shippingEventProcessor;paymentEventConsumer;shippingEventConsumerbindings:orderEventPublisher-out-0:destination:order-eventsorderEventProcessor-in-0:destination:order-eventsorderEventProcessor-out-0:destination:payment-eventspaymentEventConsumer-in-0:destination:payment-eventsshippingEventPublisher-out-0:destination:shppingafterpayment-eventsshippingEventProcessor-in-0:destination:shppingafterpayment-eventsshippingEventProcessor-out-0:destination:shipping-eventsshippingEventConsumer-in-0:destination:shipping-events

You can further take the code and make the changes to add the DB to it.You can also make the kafka cluster and use it and also add the concurrency to the same code.

About

Event Driven Architecture using Spring Cloud with Kafka-stream as binder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp