You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will crash with a NoSuchElementException at run time if the response topic is ever an empty Optional. This appears to be a possibility, as getResponseTopic() returns an Optional.ofNullable of a nullable field responseTopic:
I was looking at some code in RequestResponse.java
and noticed a call to
get()
here:will crash with a
NoSuchElementException
at run time if the response topic is ever an emptyOptional
. This appears to be a possibility, asgetResponseTopic()
returns anOptional.ofNullable
of a nullable fieldresponseTopic
:I am happy to write a patch for this, if desired - thanks!
The text was updated successfully, but these errors were encountered: