Alberne commented on issue #9500: URL: https://github.com/apache/seatunnel/issues/9500#issuecomment-3190470036
hi @Hisoka-X The design approach is as follows: in our private branch, the HTTP source uses hard-coded custom classes to implement HTTP signatures. This implementation method, which intrudes into the project code, is not user-friendly. Therefore, I referenced the DynamicCompile approach of the `transform component` to enable customers to customize their signature algorithms. - in our private branch: <img width="501" height="651" alt="Image" src="https://github.com/user-attachments/assets/1a837974-f6f2-4954-b798-e800f2271fa6" /> - contributed to the community branch: <img width="384" height="562" alt="Image" src="https://github.com/user-attachments/assets/665567bd-d4b5-4692-b1d6-c711b380d1ed" /> -- 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]
