You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the $JS.API.CONSUMER.MSG.NEXT response HMSG does not comply with the NATS headers guideline (https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-4.md) which dictates the first line of headers to be exactly NATS/1.0␍␊, all the other HPUB generates conforming this however the consumer.msg.get emits and HMSGNATS/1.0 404 No Messages.. Also packet captured to be sure..
The text was updated successfully, but these errors were encountered:
tolgaulas
changed the title
HMSG header format inconsistency in HMSG when with HPUB vs with $JS.API.CONSUMER.MSG.NEXT
HMSG header format inconsistency when with HPUB vs with $JS.API.CONSUMER.MSG.NEXT
Nov 14, 2024
Hello All, recent Nats-server
the
$JS.API.CONSUMER.MSG.NEXT
response HMSG does not comply with the NATS headers guideline (https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-4.md) which dictates the first line of headers to be exactlyNATS/1.0␍␊
, all the other HPUB generates conforming this however the consumer.msg.get emits and HMSGNATS/1.0 404 No Messages
.. Also packet captured to be sure..Very confusing.. Any roadmap on that?
Slack Message
The text was updated successfully, but these errors were encountered: