Closed MauriceVanVeen closed 3 weeks ago
When logging about streams or consumers, the order is always accountName > streamName > consumerName. For example:
accountName > streamName > consumerName
s.Noticef("JetStream cluster new consumer leader for '%s > %s > %s'", ca.Client.serviceAccount(), streamName, consumerName)
This was not fully consistent everywhere, so updated the cases where it was flipped. (streamName > accountName)
streamName > accountName
Signed-off-by: Maurice van Veen github@mauricevanveen.com
When logging about streams or consumers, the order is always
accountName > streamName > consumerName
. For example:This was not fully consistent everywhere, so updated the cases where it was flipped. (
streamName > accountName
)Signed-off-by: Maurice van Veen github@mauricevanveen.com