thesumery commented on PR #5568: URL: https://github.com/apache/inlong/pull/5568#issuecomment-1220348472
> I understand it is supported for access a pulsar source without admin api. It is recommended to weaken the concept of tdmq (explain the reason for copying the code). For example: 1.tdmq -> source (package name replacement) 2.FlinkTDMQSource -> FlinkPulsarSource 3.TDMQFetcher -> PulsarFetcher 4.TDMQMetadataReader -> PulsarMetadataReader 5.TDMQReaderThread -> PulsarReaderThread Thx for your advice. I will replace 'tdmq' package with 'withoutadmin' to represent it consume data without admin privilege. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
