springwolf-core
springwolf-core copied to clipboard
feat: Add possibility to manually document Kafka header for consumers and producers
Co-authored-by: sam0r040 [email protected]
Closes: https://github.com/springwolf/springwolf-core/issues/94
Amazing job, this would be really useful! I am trying to understand the defaults here - when is
UKNOWNbeing used and whenNONE?
We refactored a bit and renamed the variables to make it more clear. The general intention is to make it clear whether is has been explicitly documented that there are no headers (NOT_USED) or if documentation of headers has not been taken care of (NOT_DOCUMENTED). We hope that this makes it easier to understand.
Now we just need to make the spring type headers generate automatically :)