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/13 03:25:15 UTC

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

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

   ### Description
   
   Support dynamic partition 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 topic partitions.
   Dynamic partition 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 'sink.multiple.partition-pattern' and 'sink.multiple.format' for dynamically extracting partition 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] healchow closed issue #6160: [Feature][Sort] Support dynamic partition for KafkaLoadNode

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


-- 
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