nats-io / nats.java

Java client for NATS
Apache License 2.0
563 stars 153 forks source link

Main Response Inbox Optimization #1141

Closed scottf closed 3 months ago

scottf commented 3 months ago

Options DO NOT CHANGE so contents such as options.getInboxPrefix() do not change so lazy load the values from variables instead of making a new string every single time.