sjwiesman opened a new pull request #244:
URL: https://github.com/apache/flink-statefun/pull/244


   Improve Stateful Functions <-> DataStream interop to improve usable with 
remote functions. In particular: 
   
   - Automatic type conversion between JVM primitives and remote type system
   - Plugable types for use with complex class
   - Hide internal classes like TypedValue
   - Support all endpoint configuration including wildcards and URL path 
templating
   
   Please see the docs and `ITCase` for full working examples. 
   
   Unfortunately, I had to copy the `Type` and `TypeSerializer` classes from 
`statefun-sdk-java` because on the DataStream side we need them working against 
unshaded protobuf. As I don't imagine these classes will often (if ever) change 
I think this is alright but I wanted to point it out. 


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