-
We are facing issues while replicating kafka data for 1 topic from 1 datacenter to other with 6 million records. Replication is working fine after starting for a couple of minutes then the worker proc…
-
Frank
We happened to look through your code since we have a need to customize the message prior to sending it to the Kafkaproducer.
Noticed that the KcopRoundRobinPartitioner writes only to parti…
-
使用kafka routine load 从kafka往routine中导入数据,
新建导入任务如下
```mysql
CREATE ROUTINE LOAD access_kafka ON access_log
COLUMNS TERMINATED BY "|",
COLUMNS(
`domain_id` ,
`datetime` ,
`hour` ,
`minu…
-
### Feature description
An `executor` configuration option was added in #955 for `@KafkaClient` beans that enables specifying an `ExecutorService` to use to make methods that return reactive and Co…
-
Many of the components of the library have the constructor in the following form:
```scala
class Component[F]
object Component {
def apply[F[_]: SomeConstraints]: F[Component[F]]
}
```
The …
-
This library seems to be ignoring the use.latest.version`. Using this library to serialize some data, I was getting an error like the following
```
Error retrieving Avro schema id from schema regist…
-
All,
Firstly let me apologize for the trivial question, but I am kafka newbie!
I am trying to run the docker-kafka container on a linux test server.
I am able to run the [usage-quick-start](h…
-
Description
===========
If connectivity to the cluster is lost after a call to `CommitTransaction`, subsequent transactions will "succeed" although there is no connectivity to the broker.
I don't…
-
Hi.
Looking at [here](https://kafka-python.readthedocs.io/en/master/apidoc/KafkaProducer.html) it said that the producer is thread-safe. So I tried to spam it a bit
Code to reproduce:
```
fr…
-
Description
===========
This is more of a question rather than an issue. I know I'm kinda not supposed to want this, but...
The messages I'm producing have different logical groups, and I have …