-
Notifications
You must be signed in to change notification settings - Fork 48
[4.0.0] ProduceEvent.getData returns String rather than Object #558
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
Comments
fjtirado
added a commit
to fjtirado/sdk-java
that referenced
this issue
Apr 25, 2025
…t only a string
fjtirado
added a commit
to fjtirado/sdk-java
that referenced
this issue
Apr 25, 2025
…t only a string Signed-off-by: fjtirado <[email protected]>
fjtirado
added a commit
that referenced
this issue
Apr 25, 2025
[Fix #558] ProduceEvent.data shoud be an object, not only a string
fjtirado
added a commit
to fjtirado/sdk-java
that referenced
this issue
Apr 25, 2025
Signed-off-by: fjtirado <[email protected]>
ricardozanini
pushed a commit
that referenced
this issue
Apr 25, 2025
Signed-off-by: fjtirado <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
The serverless workflow specification (version 0.8) specified that ProducedEvent.data should be an string or object, but the generated POJO returns string
What you expected to happen:
That the generated POJO returns Object
How to reproduce it:
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: