graphql-kafkajs-subscriptions
graphql-kafkajs-subscriptions copied to clipboard
Apollo graphql subscriptions using kafkajs
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
In the following code: https://github.com/tomasAlabes/graphql-kafkajs-subscriptions/blob/d6642c5ed7ca3a40bfd4eb28facfd04bd9b42be3/src/kafka-pubsub.ts#L69 The probability of collisions in the generation of unique groupIdsuffers from a high likelihood of collisions like The Birthday Paradox problem. When you have 200...