nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16k stars 1.41k forks source link

[IMPROVED] Header construction during republish with existing headers.… #6127

Closed derekcollison closed 1 week ago

derekcollison commented 1 week ago

When republishing use a more optimal version to avoid multiple copying of the header for each additional field addition.

Signed-off-by: Derek Collison derek@nats.io