reactive-commons-java icon indicating copy to clipboard operation
reactive-commons-java copied to clipboard

Common abstractions for reactive microservices

Results 21 reactive-commons-java issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/91612513/179772858-7cbbc66d-8bb1-4bff-8c28-f9919eb90637.png) 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.

good first issue
documentation

Please add required unit tests to cover the mentioned classes defined in the async-commons module

enhancement
good first issue

Test de class TopologyCreator of module async-rabbit

enhancement
good first issue

Add unit tests for classes (RabbitDomainEventBus, RabbitDiscardNotifier)

enhancement
good first issue

- 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