Skip to content

Apache Kafka messaging between driver and user micro-services.

License

Notifications You must be signed in to change notification settings

Ibodullaev/spring-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache Kafka with Zookeeper

Apache Kafka is great for messaging, storage, and stream processing. It is massively scalable because it allows data to be distributed across multiple servers, and it's extremely fast because it decouples data streams, which results in low latency. It can also distribute and replicate partitions across many servers, which protects against server failure.So why we should use Kafka?

  • High throughput
  • Fault tolerant
  • Scalable

Kafka Architecture

Screenshot 2024-04-29 at 3 40 54 PM

Project Architecture

So It has two modules named driver and user respectively. Driver sends the data to user its live location in every second. For messaging between microservice user and driver I have used kafka messaging for live location notifications.

About

Apache Kafka messaging between driver and user micro-services.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages