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
The Java-Kafka docs need improvement: https://docs.restate.dev/services/sdk/kafka/#:~:text=RestateContext%20ctx%2C-,Event,-event)%20%7B
It is not really clear when I can/should use: dev.restate.Event And when I can/should use:
dev.restate.Event
message MyEvent { string id = 1 [(dev.restate.ext.field) = KEY]; bytes payload = 2 [(dev.restate.ext.field) = EVENT_PAYLOAD]; // This is optional map<string, string> metadata = 3 [(dev.restate.ext.field) = EVENT_METADATA]; }
Improve the docs on parallelism / key requirements / etc.
The text was updated successfully, but these errors were encountered:
Fixes by #352 #351
Sorry, something went wrong.
No branches or pull requests
The Java-Kafka docs need improvement: https://docs.restate.dev/services/sdk/kafka/#:~:text=RestateContext%20ctx%2C-,Event,-event)%20%7B
It is not really clear when I can/should use:
dev.restate.Event
And when I can/should use:
Improve the docs on parallelism / key requirements / etc.
The text was updated successfully, but these errors were encountered: