spetz opened a new pull request, #1826:
URL: https://github.com/apache/iggy/pull/1826

   This PR adds the connector runtime, allowing to build the custom plugins in 
Rust (`sinks` and `sources`), which will be loaded during the runtime start, 
and invoked when either consuming the batch of messages (`sink`), or producing 
them (`source`) via exposed C FFI to ensure the maxium efficiency and 
performance. Moreover,  it's possible to make us of the data transformations 
(field specific, depending on the supported payload format).
   
   This is still the very first version of the runtime, yet the overall 
framework along with the exposed traits, should allow for the easy 
implementation of custom plugins and the data transformations.


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