Support of Pravega's sink requires Go+Rust integration #1740
Description
Feature Request
Is your feature request related to a problem? Please describe:
The CDC usecase would like a TiCDC -> Pravega integration similar as integrating with Kafka and Pulsar. The problem here is that Pravega now only provides Java and Rust client. Linking Go with Rust IIF has many issues as well as performance penalties.
Having a native Go client from Pravega side is not a short term plan, so we have to figure out other solutions for now.
Describe the feature you'd like:
Is it possible to have a Java or Rust integration possibility with Pravega
Describe alternatives you've considered:
Could Ticdc provides a workaround so we can integrate with Pravega's Rust or Java client without significant performance penalties.
Teachability, Documentation, Adoption, Migration Strategy:
N/A