-
When activate this connector with below configuration:
{
"name": "global-es-source",
"config": {
"connector.class":"com.github.dariobalinzo.ElasticSourceConnector",
…
-
I have verified this on Linux and Windows, even though the output below is from Linux:
```
user1@CY1-WL-337:~/dev$ python3.12 -m venv venv
user1@CY1-WL-337:~/dev$ source venv/bin/activate
(venv)…
-
I have a use case I need solved (Kafka) and would like to prove out the Reactive IPC design with it.
If we have a Netty 4 transport implementation and Reactive IPC API for TCP, I'd like to explore cr…
-
## Issue Description
Type: *bug report*
### How to reproduce it (as minimally and precisely as possible)
1. create java web application to produce 1 kafka message per second
2. create k…
-
## Questions
I have a kafka broker, and it has 5 partitions. When I use the HighLevelProducer to send data to the broker, it just send to partion 0. My code shows below.
```
var host = '192…
-
## Bug Report
The following implies that calling `producer.createTopics(['x']. false)` blocks the execution until the Kafka's topic is created.
> When async is set to false, this method does not r…
-
The icinga-kubernetes-service fetches data but stops after this:
```
Oct 10 15:37:07 testnode icinga-kubernetes[15247]: I1010 15:37:07.389598 15247 main.go:69] Starting Icinga for Kubernetes (v0.2…
-
the title says it all, but for completeness consider this example:
``` javascript
var client = new kafka.Client('path-to-kafka')
client.on('ready', function() {
var producer = new kafka.HightLevelP…
-
### Description
Using the Quarkus RESTeasy Reactive, I am missing a way to handle the disconnection of the HTTP client on the other side.
Depending on the service which you are developing, it could …
-
my current pulsar version is 2.9.2 kafka-protocal pulsar-protocol-handler-kafka-2.9.2.13.nar
So I plan to upgrade the pulsar cluster from bookeeper to broker from version 2.9.2 to 2.9.3
When i …