Hi All
I am facing the problem while running the Harness Runner Test.I have
defined the AutoService annotation in the Function Module
java.lang.IllegalStateException: There are no routers defined.
at
org.apache.flink.statefun.flink.core.StatefulFunctionsUniverseValidator.validate(StatefulFuncti
Hi!
Glad to see that you are trying out StateFun!
The exception means that in your application you are missing a router
definition, this might happen if either:
1) indeed you did not bind any router
2) just forgot to include the stateful functions module. If you have copied
the code from an examp
Hi,
I'm getting to know Stateful Functions and was trying to run the Harness
RunnerTest example. If I clone the repository and open and execute the
project from there it works fine, but when I copy the code into my own
project, it keeps giving a "java.lang.IllegalStateException: There are no
route