Features / Improvements & Fixes
Changelog details for Lenses 6.0.9
SQL Studio
Improvements 💪
SQL Studio: Batch Mode for Topic-Partition Bounds
Added support for batch mode when retrieving topic-partition bounds (start-end offsets) to improve performance with overloaded Kafka clusters. Configuration:
lenses.sql.settings.kafka.offset.batch.size=4;
Per-query overwrite:
SET kafka.offset.batch.size=4;
<Your query>
Default: All bounds are retrieved at once. Per-query settings override global configuration.
Agent
Fixes 🛠️
Corrected Kafka Topic/Partition Replica Counts in HQ
We've fixed an issue within the Agent that caused inflated and misleading counts for Kafka topic and partition replicas in the HQ right-hand side panel. These stats now accurately reflect the correct numbers.
Last updated
Was this helpful?