-
Notifications
You must be signed in to change notification settings - Fork 98
springwolf-ui: Support showing response message when message is published or error #706
Open
Description
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.