Dmitry Werner
Dmitry Werner
@Jaideep-C According to [ConsumerGroupService](https://github.com/kafbat/kafka-ui/blob/main/api/src/main/java/io/kafbat/ui/service/ConsumerGroupService.java#L268) you can specify the necessary consumer settings via the cluster properties, for example: ``` kafka: clusters: - name: local properties: isolation.level: read_committed ``` Can you test...
@Alex1OPS > E.g. introduce consumer configuration to the [Cluster](https://github.com/kafbat/kafka-ui/blob/4cf17a0b2b17bdebd533caffd06978180b29c0ab/api/src/main/java/io/kafbat/ui/config/ClustersProperties.java#L35). I like the third option.
@Alex1OPS If you don't have free time, I can prepare a PR.