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
Describe the feature request
Springwolf-ui now shows published or error message clicking publish method. I suggest to show the response body if it exists.
Motivation
We use Spring's ReplyingKafkaTemplate for some topics and it would be nice to see the reply of published message.
Technical details
I overridden SpringwolfKafkaController so for now I can see response in DevTools (F12)
Describe alternatives you've considered
I currently implemented to use DevTools and print log to see the results.
The text was updated successfully, but these errors were encountered:
Describe the feature request
Springwolf-ui now shows published or error message clicking publish method. I suggest to show the response body if it exists.
Motivation
We use Spring's ReplyingKafkaTemplate for some topics and it would be nice to see the reply of published message.
Technical details
I overridden SpringwolfKafkaController so for now I can see response in DevTools (F12)
Describe alternatives you've considered
I currently implemented to use DevTools and print log to see the results.
The text was updated successfully, but these errors were encountered: