Tormod Erevik Lea
Tormod Erevik Lea
I'm reading a single config file where I want to override values based on priority. My initial code below worked with 1.1.0, but does not with 1.3.0. I understand that...
**Go version:** 1.14.2 **Burrow version:** github.com/linkedin/Burrow v1.3.4-0.20200506150011-4ce194fea01a We have lately been seeing (seemingly random) `ErrOffsetOutOfRange` errors for two specific partitions of the `__consumer_offsets` topic and the internal Burrow consumer. This...
For example when using thrifty configurations. A user can already do this manually with the provided abstractions, but consider to find a way to transparently relieve the client of the...
Fixes https://github.com/nats-io/nats.net/issues/996.
### Observed behavior When using the `OnConncetAsync` hook, exceptions and logs show the original URI (from `NatsOpts`) because `ToString()` returns the cached `NatsUri` `_redacted` value from before the modification. This...