Swapnil Gawade
Swapnil Gawade
I am trying to deploy HaProxy ingress specific to one namespace without using ClusterRole and ClusterRoleBinding, just using Role and RoleBinding for one specific namespace. Details: `--watch-namespace=abc` passed as an...
Option to enable LRU eviction in case disk gets full. We are evaluating nuster to be used as a http proxy to increase performance and throughput of our backend http...
We have added node affinity in our deployment. It is observed that the affinity configurations are completely removed when configmapcontoller injects the config map environment variable in the deployment template....
API: https://docs.confluent.io/platform/current/kafka-rest/api.html#consumers Issue affects approx 5-10 % requests and is evident during high traffic. Kafka rest version: v7.2.1 Steps to reproduce: - Create multple consumers for a group and start...
fix#1065
Closes #1065 ### Few details on the fix: KafkaConsumerManager's `Consumer Expiration Thread` acquires a lock on (`KafkaConsumerManager.this` instance) and calls `expired` method of `KafkaConsumerState.java`. The Consumer Expiration Thread sometimes takes...
The default timeout does not check for zero. This results in default timeout to be set as zero in case a zero is passed in the request param.