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

Bug fixes and improvements to support asyncapi http, sse, and kafka integration #1124

Merged
merged 135 commits into from
Jul 4, 2024
Merged

Bug fixes and improvements to support asyncapi http, sse, and kafka integration #1124

merged 135 commits into from
Jul 4, 2024

Conversation

akrambek
Copy link
Contributor

@akrambek akrambek commented Jul 1, 2024

Fixes #1105

akrambek and others added 30 commits October 25, 2023 13:35
…artial data frame while computing crc32c value
Comment on lines 175 to 176
request.
content(JsonModelConfig::builder)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stylistically, lets put these 2 on the same line.

Comment on lines 625 to 627
final int trailersAt = logFile.capacity();
logFile.appendBytes(trailers);
logFile.readBytes(trailersAt, headersRO::wrap);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this right?

jfallows
jfallows previously approved these changes Jul 2, 2024
@jfallows jfallows merged commit 8a922d4 into aklivity:develop Jul 4, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support key validation in kafka asyncapi generation
3 participants