Closed antontroshin closed 1 month ago
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!
This pull request has been automatically closed because it has not had activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!
Description
Sending special characters in Kafka message metadata will cause an error when metadata is converted to HTTP headers. Error:
Go validates header value using the function
ValidHeaderFieldValue
, for reference and allowed format, see more hereIssue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #3503
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: