vert-x3 / vertx-4-migration-guide

Migration to Vert.x 4 guide
https://vert-x3.github.io/vertx-4-migration-guide/index.html
20 stars 16 forks source link

Vertx Redis Client - PubSub command in connection-less mode not allowed #75

Open sac10nikam opened 1 year ago

sac10nikam commented 1 year ago

Questions

I am migrating Vertx 3.9.7 to 4.3.2. I am using Vertx Redis Client APIs having publisher and subscriber pool. Post migration at runtime I am getting below given error.

PubSub command in connection-less mode not allowed

Version

4.3.2

Context

Migration from Vertx 3.9.7 to 4.3.2 along with other dependencies like Vertx Redis Client

Do you have a reproducer?

NA

Reproducers are very helpful for contributors and will likely help them fixing your bug faster.

NA

Steps to reproduce

NA

Extra

sac10nikam commented 1 year ago

@pendula95 @jponge Can you please guide here.

sac10nikam commented 1 year ago

I am referring https://github.com/vert-x3/vertx-redis-client/blob/master/src/test/java/io/vertx/redis/client/test/RedisPubSubTest.java.

Would like to know publisher and subscriber way. Old Vertx version 3.9.7 has its own way of supporting the same with pool.