Scott Fauerbach
Scott Fauerbach
> Those using Docker and having a JetStream timeout error must start the container with the `-js` option, not the default entrypoint. I had a similar problem with the Go...
@liyancoding Is your issue related to docker or what is your status on this? Please let me know so I could either close the issue in that case or I...
@imanolie can you start a new issue or even a discussion. Also could you please note your server and client versions, an overview of your server setup (clustered or dev),...
Writing a client from scratch is a pretty large undertaking. I think a compromise would be to write a thin Kotlin wrapper. We've had a similar idea for Scala. The...
@bartosz822 I'm inclined to approve this, but first... 1. Should we differentiate between proxied and isNoResolveHostnames. 2. Can you provide a small code snippet / output that shows the difference...
@bartosz822 Just waiting for another pair of eyes on this.
@bartosz822 I'm closing this, it's redundant. If you trace back, you can see it's already done before it gets here. ``` io.nats.client.impl.SocketDataPort.connect(SocketDataPort.java:62) io.nats.client.impl.SocketDataPort.connect(SocketDataPort.java:52) io.nats.client.impl.NatsConnection.tryToConnect(NatsConnection.java:425) io.nats.client.impl.NatsConnection.connect(NatsConnection.java:207) io.nats.client.impl.NatsImpl.createConnection(NatsImpl.java:29) io.nats.client.Nats.createConnection(Nats.java:303) io.nats.client.Nats.connect(Nats.java:210) ``` Look...
What was the input, meaning the servers specified in the options? You saw the stack trace. Also, if there is any resolving or checking to be done, it needs to...
Reopening... this conversation is good, getting us to where we need to be. Thanks for the input.
@bartosz822 Sorry you are just going to have to be patient, I'm juggling several priorities right now and the behavior is under discussion.