-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
A test reports:
Error: Exception in thread "TestApplication-98fc4afe-73e9-4aaa-b6f0-6af39382cf93-CloseThread" java.lang.UnsupportedOperationException: The method shall be implemented in .NET side since does not have a default implementation within the JVM
at org.mases.knet.generated.org.apache.kafka.streams.KafkaStreams_StateListener.onChange(KafkaStreams_StateListener.java:76)
at org.apache.kafka.streams.KafkaStreams.setState(KafkaStreams.java:367)
at org.apache.kafka.streams.KafkaStreams.lambda$shutdownHelper$23(KafkaStreams.java:1523)
at java.base/java.lang.Thread.run(Thread.java:1583)
The code shall be verified to check if it is an expected behavior in some conditions: other tests executes the same pattern, but the error is not raised.
Originally posted by @masesdevelopers in masesgroup/KEFCore#339 (comment)