Skip to content

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

Merged
jfallows merged 135 commits into
aklivity:developfrom
akrambek:feature/asyncapi-schema-registry
Jul 4, 2024
Merged

Bug fixes and improvements to support asyncapi http, sse, and kafka integration#1124
jfallows merged 135 commits into
aklivity:developfrom
akrambek:feature/asyncapi-schema-registry

Conversation

@akrambek

@akrambek akrambek commented Jul 1, 2024

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
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
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