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

Refer to sse-kafka event id progress as etag instead #43

Closed
jfallows opened this issue May 14, 2022 · 0 comments · Fixed by #59
Closed

Refer to sse-kafka event id progress as etag instead #43

jfallows opened this issue May 14, 2022 · 0 comments · Fixed by #59
Labels
enhancement New feature or request

Comments

@jfallows
Copy link
Contributor

jfallows commented May 14, 2022

Support event id formats to make clear that second array element represent etag that can be used in if-match with http-kafka bindings.

  • "${etag}"
  • "[\"${base64(key)}\",\"${etag}\"]"
  • "[\"${key}\",\"${etag}\"]"

See #42 for non-base64 key.

Update zilla docs example configuration as well.

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

Successfully merging a pull request may close this issue.

1 participant