-
Description
===========
I have a kafka cluster which have 3 nodes deployed on the same vm(32GB Ram, 2.50GHz * 8 CPU, Ubuntu 14.04.4 LTS)。when I run a test program which has 8 threads and each threa…
-
Using TS 3.3.1. strictNullChecks, noImplicitAny.
Code in question:
```ts
interface pojo { b: boolean }
type primitive = Function | string | number | boolean | undefined | null;
type SimpleIn…
-
BPO | [9205](https://bugs.python.org/issue9205)
--- | :---
Nosy | @jcea, @brianquinlan, @pitrou, @vstinner, @vlasovskikh
Dependencies | bpo-11743: Rewrite PipeConnection and Connection in pure Pythonb…
-
http://camel.apache.org/idempotent-consumer.html
-
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
```
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 -C x86_64-redhat-linux-gnu test
make: Entering directory '/home/tkloczko/rpmbuild/BUI…
-
I've been working on setting up a Kafka S3 source connector, where data needs to flow from an s3 bucket to a Kafka topic. I need to make sure that the data is retained in the s3 bucket. So I set this …
-
It seems to hang while creating a connector.
To reproduce:
```sh
git clone https://github.com/bbigras/debezium-examples.git -b redpanda
cd debezium-examples/tutorial
export DEBEZIUM_VERSI…
-
Hello Felix,
Sorry for bothering you with a question using the issues system, but this is bugging me for a while and I am not sure how to deal with it.
For example, I am working on an app which h…
-
Safeguard from storing duplicate data
-
Currently if an offset has been committed, there is no way to use any other offset - any `--offset` specification will be overridden and the previously committed offset will be used instead. For testi…