-
Description
===========
Poor error text when producing messages, fails on MSG_SIZE_TOO_LARGE. Description points toward broker, when it is a client/producer error.
The apache-kafka documentation fo…
-
Description
===========
I'm trying to migrate [rust-rdkafka](https://github.com/fede1024/rust-rdkafka/pull/617) from the callback based API to the event one.
If we consume messages via the cal…
-
Description
===========
From what I can tell, this call to Unsubscribe in Close:
https://github.com/confluentinc/confluent-kafka-go/blob/80c58f81b6cc32d3ed046609bf660a41a061b23d/kafka/consumer.g…
-
Description
===========
How to reproduce
================
Checklist
=========
Please provide the following information:
- [ ] confluent-kafka-go and librdkafka version (`Libr…
-
On windows compiling X86_64 architecture, there are syntax errors:
dependencies/librdkafka-d/source/rdkafkad/handler/package.d(114,63): Error: function deimos.rdkafka.rd_kafka_query_watermark_offse…
-
Description
===========
How to reproduce
================
Checklist
=========
Please provide the following information:
- [ ] confluent-kafka-go and librdkafka version (`Libr…
-
Does kafka module use batching, while sending data. Moreover, the parameter kafka_log_kafka_buffer_max_messages have any role in batching ?
-
Description
===========
No such configuration property: "max.poll.records"
How to reproduce
================
I think the "max.poll.records" property is more important than I thought. Shouldn'…
-
I've been using the linux lib without issues and am trying to port my code over to windows:
I believe I'm following (inspired by) the wiki directions ... and I've done the following to checkout pr…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
Trying to use xdebug for step debugging.
Steps to…