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
Optimize the memory used for finding duplicate keys (#793) * Optimize the memory used for finding duplicate keys * Add new duplicate key method and tests * Cleanup logs about duplicate keys
fix: correct field index in PerfAPI codegen when fields are filtered (#……788) When generating PerfAPI accessor methods, field indices were incorrect if some fields were skipped (e.g., filtered reference types). The loop index was used instead of tracking actual field positions in the schema.
Support for copying metric listeners from existing Producers (#784) * roughin- withProducerMetricsListenerFromExisting * tests and some refactorings * Renamed method to withMetricsListenersFromExisting * Renamed method to withMetricsListenerFromExisting --------- Co-authored-by: Sunjeet Singh <sunjeets@netflix.com> Co-authored-by: Jegan <jponrama@netflix.com>