-
Hi, when enabling SSL, and stopping and starting the docker-compose machine, the listeners config gets duplicated at https://github.com/Landoop/fast-data-dev/blob/9e83aa4152fa2b592aa23d50e6ebb9a158f6f…
-
Hello,
I have configured confluent cluster in docker containers consisting of 3 zookeepers, 3 kafka brokers and 3 schema registries. Sometimes on deploying all 3 schema registries won't start. The …
-
**Describe the bug**
The Pulsar broker has a potential conflict dependency problem.
When building the KoP protocol handler, we met this conflict dependency problem. See error logs below:
```
…
-
Hi,
I have deployed a Kafka cluster v0.10 with endpoints for SSL and PLAINTEXT.
Also, I have deployed a component Kafka-rest with the following configuration:
```
- name: KAFKA_REST_ZOOK…
-
i had write some code to consume kafka stream data, but got error
following is my raydp code
```python
import ray
import raydp
ray.init()
packages = "org.apache.spark:spark-sql-kafka-0-10_2.12…
-
Description
===========
I've installed the module confluent_kafka==1.8.2 for a function azure and I've got and error:
```
Result: Failure Exception: AttributeError: module 'os' has no attribute …
-
Hello,
I use kafka-connect-mongo with Confluent 3.0.0 and MongoDB 3.2.8.
# CASE 1:
If I copy connect-mongodb-1.0.jar to $CONFLUENT_HOME/share/java/confluent-common then I can run fine Zookeeper, Ka…
-
Datadog does not automatically connect the event bus's producer and consumer traces. If we want this sort of distributed tracing, we'll need to add it ourselves.
## Implementation notes
[Datadog Sup…
-
Hi,
I am using v2.0.62 of the library with Kafka connect 6.1.0.
I am trying to parse CSV with values as:
`abcd, 2022-01-10T23:09:55.000Z, abcdef, ....`
Using this schema
```
{
"name": "c…
-
I have kafka and zoopeeker running on a docker network called bam2.
When I run: `docker run -d --net=bam2 --name=kafka-rest -e ACCESS_CONTROL_ALLOW_ORIGIN_DEFAULT="*" -e KAFKA_REST_ZOOKEEPER_CONNECT…