Hi Gordon and Till:
Thanks for pointing me to the new version! The code I'm using is for a
research project so it's not on any production deadline. However I do like
to know any upcoming updates so there won't be any duplicated works. Couple
of questions I have now:
1. Does 3.0 support context.sen
Hi Le,
Thanks for reaching out with this question! It's actually a good segue to
allow me to introduce you to StateFun 3.0.0 :)
StateFun 3.0+ comes with a new type system that would eliminate this
hassle. You can take a sneak peek here [1].
This is part 1 of a series of tutorials on fundamentals
Hi Le,
I am pulling in Gordon who might be able to help you with your question.
Looking at the interface Context, it looks that you cannot easily specify a
TypeHint for the message you want to send. Hence, I guess that you
explicitly need to register these types.
Cheers,
Till
On Tue, Mar 30, 20
Hello!
I'm trying to figure out whether Flink Statefun supports sending object
with class that has generic parameter types (and potentially nested types).
For example, I send a message that looks like this:
context.send(SINK_EVENT, idString, new Tuple3<>(someLongObject,
listOfLongObject, Long));