pubsub-tool
Version:
Producer and Consumer Tool for every streaming component
15 lines (14 loc) • 439 B
TypeScript
/**
* 專案名稱: PubSub Tool
* 部門代號: ML8100
* 檔案說明: Schema Registry功能匯出點
* @CREATE Thu Nov 26 2020 下午8:24:04
* @author Steve Y Lin
* @contact Steve_Y_Lin@wistron.com #1342
* -----------------------------------------------------------------------------
* @NOTE
*/
export * from './confluent';
export * from './http';
export * from './models';
export * from './schema-registry';