-
Checkpoint saving current is done using Consumer.Commit which blocks the thread. An alternative is to use StoreOffset that will save the checkpoint asynchronously in librdkafka.
Commit is more accu…
-
While the `stream` abstraction provides a custom value (mostly an `Error`) to close itself, the `Error` for the `channel` abstraction is hard-coded and fixed for close operations. The differences are …
-
Add test coverage for the async action processor.
szoio updated
5 years ago
-
Hi. Currently there is a case when Testcontainers isn't that great. I talk about complicated integration testing environment where there are many containers that are launched during tests. Current arc…
-
We use *.service.consul URLs so that the IPs can be resolved during runtime to the correct Kafka brokers. However, we started noticing stale IPs whenever KafkaJS tried to connect. If we deleted the po…
-
Producer:
```
const { Kafka, CompressionTypes, CompressionCodecs } = require('kafkajs')
const SnappyCodec = require('kafkajs-snappy')
CompressionCodecs[CompressionTypes.Snappy] = SnappyCodec
//…
jafri updated
5 years ago
-
**Description**
- take specs we are now getting from one of the integrated applications (there apis are not yet open sources unfortunately...soon though) and manually rewrite to AsyncAPI 2 to ident…
-
In subscribe method, CAP needs to add these two features.
-
Somewhat surprisingly:
```js
R.toString('abc'); //=> "\"abc\""
'abc'.toString(); //=> "abc"
```
Is it intended?
http://ramdajs.com/repl/?v=0.23.0#?toString%28%27abc%27%29%3B%20%2F%2F%3D%3E…
-
/kind bug
**What steps did you take and what happened:**
1: prepare
```bash
guohao@buffer ~/Downloads $ export AWS_CREDENTIALS=$(aws iam create-access-key \
--user-name bootstrapper.clust…
Sn0rt updated
5 years ago