We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support event id formats to make clear that second array element represent etag that can be used in if-match with http-kafka bindings.
event
id
etag
if-match
http-kafka
"${etag}"
"[\"${base64(key)}\",\"${etag}\"]"
"[\"${key}\",\"${etag}\"]"
See #42 for non-base64 key.
key
Update zilla docs example configuration as well.
zilla
The text was updated successfully, but these errors were encountered:
Petstore example using zillabase (aklivity#43)
1e54dd7
Successfully merging a pull request may close this issue.
Support
event
id
formats to make clear that second array element representetag
that can be used inif-match
withhttp-kafka
bindings."${etag}"
"[\"${base64(key)}\",\"${etag}\"]"
"[\"${key}\",\"${etag}\"]"
See #42 for non-base64
key
.Update
zilla
docs example configuration as well.The text was updated successfully, but these errors were encountered: