This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Manually Startup the No-autoStartup Stream RabbitListener Fail #470
Labels
bug
Something isn't working
Describe the bug
streaam-client version: 0.14.0
Create a RabbitListener and set it's property
autoStartup = "false"
, but startup the listener fail manually at later. Because the listener lost thehost
andport
attributes, and always try to connectlocalhost:5552
.define listener
startup listener manually
When I try to startup the listener, it would output the next errors (try to connect
localhost:5552
):I step into the code of
com.rabbitmq.stream.impl.Utils#coordinatorClientFactory()
, variableaddress
always is 'localhost:5552'.but the

environment
param is right:Reproduction steps
Expected behavior
startup listener succ
Additional context
No response
The text was updated successfully, but these errors were encountered: