UNPKG

pubsub-tool

Version:

Producer and Consumer Tool for every streaming component

17 lines (15 loc) 447 B
/** * 專案名稱: PubSub Tool * 部門代號: ML8100 * 檔案說明: 匯出點 * @CREATE Wed Jan 13 2021 下午12:38:29 * @author Steve Y Lin * @contact Steve_Y_Lin@wistron.com #1342 * ----------------------------------------------------------------------------- * @NOTE */ export * from './avro'; export * from './consumer'; export * from './http'; export * from './producer'; export * from './schema-registry';