pubsub-tool
Version:
Producer and Consumer Tool for every streaming component
13 lines (12 loc) • 394 B
TypeScript
/**
* 專案名稱: PubSub Tool
* 部門代號: ML8100
* 檔案說明: Kafka客戶端匯出點
* @CREATE Wed Jan 13 2021 下午12:39:36
* @author Steve Y Lin
* @contact Steve_Y_Lin@wistron.com #1342
* -----------------------------------------------------------------------------
* @NOTE
*/
export * from './kafka-client.adapter';
export * from './kafka-node-client';