FuYouJ commented on issue #7884:
URL: https://github.com/apache/seatunnel/issues/7884#issuecomment-2435301194

   > 假设上游数据是: 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 另外还有Hash结构的场景,例如存入的数据期望是: key | 
hashKey | hashValue pay:pay_channel | wxpay | aaa pay:pay_channel | alipay | 
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