Pablo Curiel
Pablo Curiel
Time randomizers (LocalTimeRandomizer, LocalTimeRangeRandomizer, etc.) do not properly generate values in the expected ranges (up to 23 for hours, 59 for minutes and seconds, etc.), as the upper value is...
Hello. I think that mock events generated by Microcks for RabbitMQ are not properly routed. If we take the [example document](https://github.com/microcks/api-lifecycle/blob/master/account-service-demo-amqp/account-service-asyncapi-1.2.0.yml) as reference, I would expect that the exchange to...
When events are resubmitted, their original tracing context is lost. Keeping this information is specially relevant when events are externalized. Any thoughts on persisting context on the DB and restoring...
Currently, different implementations of EventPublicationRepository and their related classes (e.g., JdbcEventPublicationRepository, JdbcEventPublicationRepository and its JpaEventPublication, MongoDbEventPublicationRepository and its MongoDbEventPublicationRepository, etc.) have package-protected visibility. This makes it impossible to reuse any...