You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to Kafka and RabbitMQ. This is a feature request for first class support for using Redis Pub/Sub as a message broker in a Micronaut application
The text was updated successfully, but these errors were encountered:
Handler methods supporting multiple channels/patterns with the same message body type.
Basic wiring for custom subscribers lifecycle callbacks
A simple publisher
Json parsing ?
Executors ?
Connections configuration/management (both single/cluster and probably Redis events, but I'm not sure about the latter, at least for the first iteration).
I have only encountered one issue so far, and was using the Gradle plugin. I'm trying to mirror the way of including the messaging library (as it is in Kafka/Rabbit projects):
// FIXME
implementation 'io.micronaut:micronaut-messaging:3.3.4'**VS**
api mn.micronaut.messaging // mn is not found, I dont know if this is a plugin version kind of issue
It would be appreciated some help with that, so I don't use much time trying to figure out myself :v
Please advise me if the above makes sense, or if this ticket is even workable at all (I'm assuming so from the tag).
Similar to Kafka and RabbitMQ. This is a feature request for first class support for using Redis Pub/Sub as a message broker in a Micronaut application
The text was updated successfully, but these errors were encountered: