Debezium series: Move or copy the value of the specified field in value to headers

1. Demand background

  • Need to move or copy the value of the specified field in value to headers
  • For example: move the key-value pair of the field product in value to headers, and change the name of the field product to productname, the effect is as follows:
    • headers=[('productname', b'apple')]

Related technical blogs:

Guess you like

Origin blog.csdn.net/zhengzaifeidelushang/article/details/131320322