-
Hi All,
I am using libbgpstream to process route-view live kafka stream
Broker: stream.routeviews.org:9092
Topic: routeviews.linx.6939.bmp_raw
After around 7+ hours it fails as shown below …
-
### Description
Pseudo c++ code
```
rd_kafka_conf_set(conf, "bootstrap.servers", "xxx.xxx.xxx.01:9092,xxx.xxx.xxx.02:9092,xxx.xxx.xxx.03:9092,xxx.xxx.xxx.04:9092,xxx.xxx.xxx.05:9092");
rd_kafka_co…
-
Description
===========
Greetings.
We're trying to upgrade to package v2.5.0 from v2.4.0 but found a hard time.
- Confluent community v6.1 brokers and consumer with package 2.4.0 works
- Conflu…
-
Description
===========
In HP-UX ia64 11.31 , Kafka producer is failing as it is receiving -1 as message offset in v7 response.
How to reproduce
================
Produce a message to Apache K…
-
Newer version of librdkafka v2.6.0 was released (https://github.com/confluentinc/librdkafka/releases/tag/v2.6.0). Please update this package from v2.3.0 to v2.6.0.
-
I am getting the `RdKafkaException: (-170, 'Local: Not implemented')` error while trying to consume a message from the consumer. Following is the stack trace:
```-----------------------------------…
-
**Describe the bug**
Cabal unconditionally invokes `pkg-config --libs` when collecting arguments, which is not sufficient for certain static linking scenarios:
https://github.com/haskell/cabal/blo…
-
In the beginning it returns believeable values but each time callback triggers values reduce, and this continues until they get down to zero. At the same time I know that nothing consumes from topics …
-
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Do NOT create issues for questions, use the discussion forum: https://github.com/edenhill/librdkafka/discussions
Descripti…
-
In the latest node-rdkafka, I see that the C++ implementation of the producer does not implement or call transaction-related methods, and therefore the JavaScript side of things doesn't have any trans…