Skip to content

Dashell/kafka-dotnetcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POC-Kafka .Net Core

enter image description here enter image description here

Architecture

The file explorer is accessible using the button in left corner of the navigation bar. You can create a new file by clicking the New file button in the file explorer. You can also create folders by clicking the New folder button.

Workflow

  • Product API expose Delete Product Endpoint, when called, the kafka producer send message on delete-product topic to notify consumer.
  • Recipe API consumer read the message and delete all recipes with the deleted product.
  • Both Consumer group are here to show that a message is read one and only one time by consumer group
  • Product and Recipe Get Endpoints are here to check data base state after deletion.
  • A five seconds sleep are here to show the asynchronous principle of Kafka.

Other Sources

About

Poc de communication entre deux api avec Kafka

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published