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

[GitHub] [inlong] yunqingmoswu opened a new issue, #6116: [Feature][Sort] Support dynamic topic for KafkaLoadNode

yunqingmoswu opened a new issue, #6116:
URL: https://github.com/apache/inlong/issues/6116

   ### Description
   
   Support dynamic topic for KafkaLoadNode when the format of kafka is raw and the 'key.fields' is not specifyed.
   This is mainly for some whole database migration scenarios, we assume that the upstream input data is a mixed schema of whole database migration, we ignore the real schema for now, receive the entire record in a binary raw data format, and fetch and parse its schema and data on the kafka sink side, and according to Some data values ​​are dynamically written to related topics.
   Dynamic topic writing has some limitations:
   1.The upstream data is raw format with  a fixed inner format, only support [canal-json|debezium-json] at now
   2.The 'key.fields' is not specifyed
   3.It needs to specify 'topic-pattern' and 'inner.format' for dynamically extracting topic from data
   
   
   ### Use case
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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

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


[GitHub] [inlong] yunqingmoswu closed issue #6116: [Feature][Sort] Support dynamic topic for KafkaLoadNode

Posted by GitBox <gi...@apache.org>.
yunqingmoswu closed issue #6116: [Feature][Sort] Support dynamic topic for KafkaLoadNode
URL: https://github.com/apache/inlong/issues/6116


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

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