Carson McKinstry
Carson McKinstry
Resolves #132 My proposed solution is to make the client name either - a link to the homepage for the client, or - a link to the repo for the...
Coming from the React world we've got enzyme and react-testing-library to handle doing UI unit tests. Is there any equivalent libraries that allow someone to test interactions with the DOM...
Investigate ways to make `join` less of a memory sink. Right now, at peak it will probably use anywhere from 1-2GB if not more, depending on key set. Some ideas:...
Currently, the `createConsumerStream` does not export the ability to control kafkajs's ability to control the number of partitions being consumed concurrently. One way to do this: add a `partitionsConsumedConcurrently` option...