You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/19 03:20:43 UTC

[GitHub] [inlong] yunqingmoswu commented on pull request #5568: [INLONG-5564][Sort] Support read pulsar source without adminUrl

yunqingmoswu commented on PR #5568:
URL: https://github.com/apache/inlong/pull/5568#issuecomment-1220199809

   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


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org