-
Hi,
I think the 2.0.0 version dependencies stated below work in SBT environment but seems not working for maven.
scala-kafka-client_2.12
scala-kafka-client-akka_2.12
scala-kafka-client-testkit_2…
-
If for some reason, the topics that the application wants to send data to are temporarily unavailable then the application should be able to hold on to the events for a certain time and retry like a p…
-
Hi,
Suddenly we got exceptions with the connector.
I'm not sure but it seems that sending data to pubsub got exceptions for all parallel threads
I don't think it is Kafka issue because we have anot…
-
Running the iot_ingestion manager, I have the following exception:
`org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 0.0 failed 4 times, most recent failure: Lost t…
-
Currently it seems there is support to use TLS for bootstrapServers. We have Kafka brokers where TLS and authentication enabled to connect the broker server.
Can we have this support, so that we c…
-
We observed that when EXPECTED_CLUSTER_SIZE is not set (or explicitly set to -1), this destroyed measured produce latencies.
It seems that before (or during?) every request, Canary was trying to mic…
-
Hi,
This case describes issues related to `"auto.commit.enable": "false"` and scalability.
### `First` KAFKA REST Proxy (1) locks `Second` KAFKA REST Proxy (2).
- Screencast to reproduce a ca…
-
Ubuntu 18
zookeeper 3.6.3
kafka 2.11-2.30
hadoop 2.7.3
flink 1.10.0
I am working on Flink benchmark adn have successfully run bin/workloads/streaming/wordcount/prepare/genSeedDataset.sh
But …
-
KoP 2.8.0 was released on Jun. 18th, it's a milestone that announced KoP is GA (generally available) for production. However, there're still some issues to solve or improve. This issue will list some …
-
Current infra for recordings
```mermaid
flowchart TB
clickhouse_replay_summary_table[(Session replay summary table)]
received_snapshot_event[clients send snapshot data]
kafka_record…