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
I think I found the most obvious bugs by now, so here is the version 0.1
Not all authentication mechanisms are tested, so please feel free to create an issue if yours is not working.
There is a known issue with the franz-go module where clientSoftwareName/Version not propagated with all requests. If you are not collecting client metrics (KIP-714) this is only a cosmetic issue, otherwise RIPT's FETCH metrics will be missing for now, the good thing a fix is on the way > twmb/franz-go#1298
v0.1 - 2026-04-16
Added
Kafka clientSoftwareName and Version required by the KIP-714 with a caveat see Known Issues below
Fixed
Timestamps were resetting when multiple instances of RIPT are running
Changed
Upgraded Go 1.26
Upgraded franz-go v1.20.7
Upgraded Gin v1.12.0
Stale partitions in topic detail modal are now colored as yellow, consistent with table view
Known Issues
SoftwareNameAndVersion not propagated to internal group coordinator connection (bug at franz-go module)