/dotnet-core-microservices-kafka

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

Primary LanguageC#

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@gmail.com",
	"Password" : "12345"
}
  • Check Identity and Customer databases to make sure user and customer are created properly.