Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make edit header view available by default in ui
Problem - no schema for headers (varied json) defined in Kafka Listeners. Scenario - user wants to send custom headers in springwolf kafka ui, headers are not defined in schema and changes in internal implementation. Now there are two workarounds to this 1) Define headers for schema using annotations 2) Add example to schema HeadersNotDocumented
- Loading branch information
4cc8b0c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now we are using workaround like this in AsyncApiCustomizer implementation :
It will be great if headers view were not hidden out of the box by default