-
Hello again! After getting past my last issue, I started seeing issues once the pods were up attempting to contact and reconcile with each other:
```
DEBUG ┝━ proxy_read [ 26.0µs | 1.29% / 1.42% …
-
Same like issue 1101 - web page is black, no errors in log
Adding my config file below.
-------------------------
```
micronaut:
server:
context-path: "" # if behind a reverse proxy,…
-
Are there any plans to support `PREFIXED` consumer groups (service type: application)?
For now I implemented this at in [my fork](https://github.com/fholzer/kafka-gitops/tree/add-service-prefixed) …
-
**Description**
The number of consumers created for a single topic is calculated using:
`int numOfThreads = Math.min(numOfConsumers, listPartitionInfo.size());`
But because the kafka consumer group…
-
Hi I have recently upgrade to the akka-stream kafka version 1.0.5. My broker is version 2.3.0, and the client is 2.1.1.
I am observing this very but very strange behavior:
When I run multiple …
-
Description
===========
In my very simple implementation, I can easily produce 1 million messages per second, but can only consume around 100k messages per second. How can I speed up the consumer …
-
The partition 1 is missed in Console view:
```(Redpanda Console (Platform Version v22.2) (built August 11, 2022) FC11F77)```
rpk describes all 4 paritions and consumer groups:
```
$ rpk group de…
-
### Motivation
Currently, in Pulsar, TCP connections are shared across all consumers and producers for a client. This can lead to issues with backpressure and flow control, particularly for produce…
-
hi
i using `REST Proxy` and `kafka confluent` version `4.0.0` .
![image](https://user-images.githubusercontent.com/11248545/45611467-c4786f80-ba74-11e8-8e99-1fec2ef3ddb5.png)
is there any API…
-
librdkafka supports broker based balanced consumer groups (see [FAQ](https://github.com/edenhill/librdkafka/wiki/FAQ)), would be awesome to have this API wrapped in ocaml-kafka lib.
Lupus updated
3 years ago