reactive-commons-java
reactive-commons-java copied to clipboard
Common abstractions for reactive microservices
I am using the reactive-commons-java version **2.0.3** dependency for Rabbit MQ and when running the microservice I get the following error message: ```bash > Task :rabbit-configurator:compileJava Errors occurred while building...
Hola buenas tardes, estoy implementando reactive-commons con RabbitMQ pero no he podido iniciar una api exponiendo un evento, relaciono a continuación: **por.xml :** 4.0.0 org.springframework.boot spring-boot-starter-parent 3.1.1 com.example demo 0.0.1-SNAPSHOT...
Al usar la librería y hacer la implementación con el Broker MQ, encuentro documentacion de como configurar el MQ a traves del application.yaml.  Pero si se necesita que ese...
It would be useful to be able to configure multiple brokers in the started component.
On the branch feature/sqs there are the modules that implements reactive commons for sqs, in the module async-sqs the class DynamicRegistryImp is implementing a deprecated method of DynamicRegistry, update this...
As you can know the project implements some communication patterns, it could be clearest if the readme includes some graphs for Domain Events, Commands, Async Queries and Notifications.
Please add required unit tests to cover the mentioned classes defined in the async-commons module
Test de class TopologyCreator of module async-rabbit
Add unit tests for classes (RabbitDomainEventBus, RabbitDiscardNotifier)
- Changed the jdk in travis pipeline to java 8 - Changed retryBackOff (deprecated) to retryWhen in RabbitMqConfig.java - Moved beans from MessageListenersConfig.java to QueryListenerConfig.java