-
### Description
Accordingly to the [package.xml file](https://github.com/arnaud-lb/php-rdkafka/blob/6.0.4/package.xml#L167), the minimum required PHP version is 7.0,
But the extension fails to com…
-
Hi, I can't find how to display the [message headers](https://kafka.apache.org/20/javadoc/index.html?org/apache/kafka/connect/header/Header.html).
In [this issue](https://github.com/kafka-rust/kafk…
-
Currently, to catch rdkafka specific errors it is required to compare a string, for example:
```
do {
try self.kafkaProducer.send(record)
return
} catch let error as KafkaError where erro…
-
when test message_headers.php in centos i got following output:
```
> php message_headers.php
6 messages delivered
Got message: message 0 | Headers: none
PHP Warning: array_walk() expects…
-
Our application interacts with dozens of topics. As we've been transitioning functionality bit-by-bit to using Confluent, we've noticed an unfortunate increase in consumer latency.
I was finally…
-
### Description
The following code:
```php
-
Cf.
- https://github.com/confluentinc/librdkafka/issues/2879#issuecomment-1613815393
- https://github.com/confluentinc/librdkafka/pull/4275
- https://github.com/confluentinc/librdkafka/pull/4284
…
-
Description
===========
I use new topic and group. The topic has 10 partitions , but no message. The first consumer starts normally and is ready to consume as soon as there is news. 10 minutes lat…
-
Does rdkafka-dotnet invoke kafka's commitSync or commitAsync functionality when committing consumer offsets (assuming enable.auto.commit=false) ?? If it defaults to synchronous commits, does the rdka…
-
Description
===========
The `Producer` and `Consumer` can use Python logging via the `logger` configuration option. This works well as long as the program is running. Unfortunately, the last log m…