README
KafkaJS integrations for SenseJS
This package integrates ZSTD compression codec to kafkajs.
Usage
Import this package in the entry point of your apps
import '@sensejs/kafkajs-zstd-support';
Be careful that import this package multiple times will result in error:
import '@sensejs/kafkajs-zstd-support';
import '@sensejs/kafkajs-zstd-support'; // An error will be thrown