trumhemcut / dapr-microservices

Leverage the power of Dapr to build microservices on AKS
MIT License
16 stars 4 forks source link

Kafka pubsub #41

Open trumhemcut opened 4 years ago

trumhemcut commented 4 years ago

As the resize image service finishes, it publish an message to Kafka to notify the result.

Currently Kafka pubsub hasn't been available yet and waiting for merge request. Will implement the feature when it's done.

More details here: https://github.com/dapr/components-contrib/issues/8

trumhemcut commented 4 years ago

Considering converting to RabbitMQ to make it more lightweight.