Skip to content

Hotel management project with Saga pattern, proxy pattern, event driven architecture style, JWT authentication/authorization and API gateway with Eureka service discovery.

Notifications You must be signed in to change notification settings

Prasadpoojary/springboot-microservice-hotel-management

Repository files navigation

springboot-microservice-hotel-management

Architecture

Hotel management project with below architecture style.

Saga pattern

Proxy pattern

Event driven architecture

JWT authentication/authorization

API gateway

Eureka service discovery

Logging

Kafka setup :

Need to create below two topic -- HotelNotificationTopic -- HotelPaymentTopic

.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties

.\bin\windows\kafka-server-start.bat .\config\server.properties

.\bin\windows\kafka-topics.bat --create --topic HotelNotificationTopic --bootstrap-server localhost:9092 --partitions 1

.\bin\windows\kafka-topics.bat --create --topic HotelPaymentTopic --bootstrap-server localhost:9092 --partitions 1

.\bin\windows\kafka-topics.bat --list --bootstrap-server localhost:9092

About

Hotel management project with Saga pattern, proxy pattern, event driven architecture style, JWT authentication/authorization and API gateway with Eureka service discovery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages