Skip to content

Reactive

Compare
Choose a tag to compare
@mohamed-taman mohamed-taman released this 22 Apr 18:58
· 106 commits to master since this release

Fully Reactive and Event-Driven system.

Release Notes

  1. Develop Non-blocking persistence using Spring Data for MongoDB and their tests.
  2. Develop Non-blocking REST APIs in the core services, and handle blocking code for the JPA-based persistence layer.
  3. Managing Non-blocking REST APIs in the Store service.
  4. Develop Event-Driven and asynchronous versions of the create and delete services.
  5. Using RabbitMQ without the use of partitions.
  6. Using RabbitMQ with two partitions per topic.
  7. Using Kafka with two partitions per topic.