-
Notifications
You must be signed in to change notification settings - Fork 70
Validator Interface Update & Converter Changes #533
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
Merged
jfallows
merged 53 commits into
aklivity:feature/schema-registry
from
ankitk-me:convertor
Dec 22, 2023
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
41a8899
Schema Config Update
ankitk-me f26457c
converter implementation
ankitk-me fd69f8b
Merge branch 'aklivity:develop' into convertor
ankitk-me fdb9d98
test coverage update
ankitk-me dcecf18
schema update
ankitk-me b12c609
Interface update to support Streaming validation
ankitk-me 3621172
refactoring
ankitk-me 8435d0e
bug fix
ankitk-me 71451a7
IT fix
ankitk-me 2a882d4
Feature/m1 docker build support (#376)
vordimous c177894
0 for no mqtt session expiry should be mapped to max integer value fo…
akrambek add6eb3
Bump alpine in /cloud/docker-image/src/main/docker/release (#484)
dependabot[bot] 366daff
Better handle request with same group id (#498)
akrambek e362fe9
Prepare release 0.9.55
jfallows 66680f9
Update CHANGELOG.md
jfallows 6829614
Fix flow control bug in mqtt-kakfa publish (#524)
bmaidics bb9fb56
Add extraEnv to Deployment in the helm chart (#511)
attilakreiner a1235ce
Sporadic github action build failure fix (#522)
akrambek 6eb8a43
Merge branch 'feature/schema-registry' into convertor
ankitk-me f7bf292
pom fix
ankitk-me fd59bbb
updating Varint32FW initialisation
ankitk-me 4c264d7
Fragment Validator Interface & Schema Update
ankitk-me 1e1e73d
String & Test Fragment Validator implementation
ankitk-me 65f12f0
Addressing review feedback
ankitk-me 705f7d4
Addressing review comments
ankitk-me 02b3b7a
avro validator.yaml update
ankitk-me 6191c15
Schema patch issue fix
ankitk-me 7d6418a
dynamic value length allocation issue
ankitk-me 9c533a5
addressing review comments
ankitk-me 364acb4
Use parametric types to avoid both cast and warning about raw types
jfallows 31e70f4
Use converted file to handle variable size converted value during pro…
jfallows 69dfe0b
Prefix is byte followed by big endian int32, requires literal byte se…
jfallows 767d008
adding test coverage
ankitk-me 0b1e590
optimising object allocation Avro validator
ankitk-me ce59fb0
checkstyle fix
ankitk-me 2d6a9e3
IT & implementation to support fetch message without Schema ID prefix
ankitk-me 664cece
addressing review feedback
ankitk-me b4b02c8
fetch message without Schema ID prefix implementation
ankitk-me f4e90e9
Avro & Json Read Validator fix
ankitk-me 8075684
fix checkstyle
ankitk-me 4dec79f
ITs for convertor & updating Test Validator
ankitk-me 11d3747
dynamic message size after conversion implementation
ankitk-me 7281c2f
Merge branch 'feature/schema-registry' into convertor
ankitk-me 08cc929
updating latest changes with Value & Fragment Validator interface.
ankitk-me 3cf0185
Converter bug fix
ankitk-me a8f9c08
Addressing review feedback
ankitk-me 1d82d23
addressing review comments
ankitk-me 8fb1016
using ExpandableDirectByteBuffer with valid index & length
ankitk-me 9f3e434
review feedback & adding functional interface to CatalogHandler
ankitk-me c48b2d7
encoded bug fix: position reset to 0
ankitk-me 9b77963
Addressing review comments
ankitk-me 49f2963
Avro unit test fix
ankitk-me ee1e231
return -1 and ignore prefix.sizeof() in case of validation failure
ankitk-me File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
optimising object allocation Avro validator
- Loading branch information
commit 0b1e590a75423f57112df230bfd96733b381dcb2
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move up just under statics as this is effectively a constant.