Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sac10nikam opened this issue Aug 18, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@sac10nikam
Copy link

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

  • Anything that can be relevant such as OS version, JVM version
  • Java 17
@sac10nikam sac10nikam added the bug Something isn't working label Aug 18, 2022
@sac10nikam
Copy link
Author

@pendula95 @jponge
Can you please guide here.

@sac10nikam
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant