Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

springwolf-ui: Support showing response message when message is published or error #706

Open
alievrenkut opened this issue Apr 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@alievrenkut
Copy link

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.

@alievrenkut alievrenkut added the enhancement New feature or request label Apr 17, 2024
@timonback
Copy link
Member

Sounds interesting.

Feel free to start a PR including the kafka reply template that you are using. I haven't heard about it before.

Feel free to even contribute the ui part in the next step, which is located in the springwolf-ui sub folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants