README
blueprod-kafka
This module allows you to publish/subscribe the message in your application base on kafka server:
How To Use
- @blueprod/pubsub did wrapper this component to generic used.
- Reference https://www.npmjs.com/package/@blueprod/pubsub
This module is to support pubsub event to kafka server....
<script type="module">
import blueprodPubsubKafka from 'https://cdn.skypack.dev/@blueprod/pubsub-kafka';
</script>
This module allows you to publish/subscribe the message in your application base on kafka server: