Scott Fauerbach

Results 199 comments of Scott Fauerbach

> Hi, I was curious how we're doing on this MR? The reason that I'm asking is that we currently have to maintain some firewall rules using IP addresses over...

@GrafBlutwurst I think the problem is legitimate, just not the fix in this PR. Also, why are you proxying connections?

@GrafBlutwurst I really wanted to close this but the user insisted I was not understanding the problem. Which may be true. Is it possible that you can open a fresh...

> @scottf Here's the defect issue. #967 > > Let me know if I can help in any way. Looking at the code it's also how I would have solved...

@GrafBlutwurst Is this still an issue? Recent versions of the client support proxies much better, addressing the fact that the client to proxy is secure, but commonly proxy to server...

Can you make your change in the same package? I think this would be a useful contribution to the project.

@GrafBlutwurst Can you see if this change, released in 2.18.0, fixes your issue? Change: https://github.com/nats-io/nats.java?tab=readme-ov-file#reverse-proxy

1. Changing this to an enhancement. JetStream is at least once, not exactly once. 2. There are ways to provide closer to exactly once in your application, for instance tracking...

1. It makes sense to have a parallel of the double ack (AckSync) for the in progress ack. I've already asked the team for feedback. 3. It was pretty trivial,...

This is not going to be added to the api, but you can easily build this yourself. ```java public static final String STREAM = "str1042"; public static final String SUBJECT...