-
I've been trying to use capillary for my storm and kafka cluster but it doesnt seem to work. I have this configuration.
capillary.zookeepers="192.168.125.20:2181"
capillary.kafka.zkroot="192.168.125.…
-
https://access.redhat.com/products/red-hat-amq-streams has the images and installation documentation. Ensure that we are going off the GA images.
-
Hello Robert, thanks for the great project, I am using this in my application.
I've been thinking about using nodejs kafka-streams as underlying kafka client or technology for connection between nest…
-
This would be a semver major change, which it appears is the agenda for the next release.
ConsumerGroupStream by design is close to what most people want
1) Consume Message
2) Process Message
3)…
aikar updated
6 years ago
-
npm install --save kafka-streams --allow-root
> node-rdkafka@2.7.0 install /Users/yanghaoyuan/Downloads/tiku-bncz-backend/node_modules/node-rdkafka
> node-gyp rebuild
ACTION deps_librdkafka_g…
-
I am trying to install the chart into a local single node cluster for testing. I want external access, so I downloaded the default `values.yaml`, and set:
```yaml
external:
enabled: true
typ…
-
### Description
For troubleshooting kafka related issues it is required to collect also thread-id, task-id and processor-node-id so that users can identify where an issue's rootcause lies.
On top…
-
**Describe the bug**
Somewhere is problem in 1.14.0 version. I tried to connect and then produce message, but sometimes I got error:
```
(node:78713) UnhandledPromiseRejectionWarning: KafkaJSError…
-
**Describe the bug**
Cannot create stream because getting timeout while initializing transaction to the KSQL command topic.
I'm trying to create stream, sometimes it succeeds, most of the time fail…
-
I'm trying to setup burrow and I'v followed each step mentioned in the documentation, but when I try to launch the service, it fails silently after line `Reading configuration from config/`.
When I…