smallrye-reactive-messaging icon indicating copy to clipboard operation
smallrye-reactive-messaging copied to clipboard

SmallRye Reactive Messaging

Results 183 smallrye-reactive-messaging issues
Sort by recently updated
recently updated
newest added

Missing QoS implementation When configure application.properties. ``` mp.messaging.incoming..qos=2 ``` Hit error. ``` Caused by: java.lang.IllegalArgumentException: SRMSG17001: Invalid QoS value: 2 146at io.smallrye.reactive.messaging.mqtt.session.RequestedQoS.valueOf(RequestedQoS.java:34) 147at io.smallrye.reactive.messaging.mqtt.MqttSource.(MqttSource.java:57) 148at io.smallrye.reactive.messaging.mqtt.MqttConnector.getPublisher(MqttConnector.java:88) ``` Note "This is...

enhancement
mqtt

ExactlyOnceProcessingBatchTest.testExactlyOnceProcessorWithProcessingError

pulsar
flaky-test

I experienced this issue just once here https://github.com/quarkus-qe/beefy-scenarios/actions/runs/5770827990/job/15644520776?pr=404 and can't reproduce it, but judging by logs it seems like the order of build items is not ensured so that `KafkaOpenTelemetryInstrumenter`...

Using a specific emitter type it should be possible to implement the request/reply interaction scheme for connectors supporting it (RabbitMQ, AMQP 1.0).

on-roadmap