Skip to content

Asp.Net Core microservices that communicate asynchronous through Kafka message broker.

Notifications You must be signed in to change notification settings

eagle2014/dotnet-core-microservices-kafka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asp dot Net Core microservices that communicate asynchronous through Kafka message broker.

Prerequities

  • DotNet Core SDK 3.1
  • Docker
  • pgAdmin or Azure Data Studio

Running in Debug Mode

  • Run 'docker-compose up'
  • Wait all infra to up and running.
  • Select 'All' debug option and start debuging. ( for vscode)
  • Wait until all microservices are up and running.

How Can I Test?

{
	"FirstName" : "Suat",
	"LastName" : "Köse",
	"Address" : "Üsküdar",
	"Email" : "[email protected]",
	"Password" : "12345"
}
  • Check Identity and Customer databases to make sure user and customer are created properly.

About

Asp.Net Core microservices that communicate asynchronous through Kafka message broker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%