lm-ylj commented on issue #7884:
URL: https://github.com/apache/seatunnel/issues/7884#issuecomment-2434004974

   假设上游数据是:
   order_no  |  pay_channel  |  pkg
   1111        |  wxpay           |  aaa
   2222        |  alipay            |  bbb
   我的场景是:期望存入Redis的key是pay:{pay_channel}:{order_no},value为{pkg},即存入的数据为
   pay:wxpay:1111  |  aaa
   pay:alipay:2222   |  bbb
   总的来说,就是期望Redis Sink写入的Key和Value更加灵活,能够由用户指定


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

Reply via email to