daleiz / hstream-lib

Other
0 stars 1 forks source link

SouceConfig should remove sourceName field. #1

Open daleiz opened 3 years ago

daleiz commented 3 years ago

sourceName is an internal property, and SourceConfig should model external source info.

daleiz commented 3 years ago

so do SinkConfig.

daleiz commented 3 years ago

addSource sourceCfg --> addSource sourceName sourceCfg

addSink sinkCfg --> addSink sinkName sinkCfg