Skip to content

Issue 20: auto detect whether stream includes SchemaRegistry encoding info#42

Open
adrdc wants to merge 13 commits intopravega:mainfrom
adrdc:issue-20-auto-detect-format
Open

Issue 20: auto detect whether stream includes SchemaRegistry encoding info#42
adrdc wants to merge 13 commits intopravega:mainfrom
adrdc:issue-20-auto-detect-format

Conversation

@adrdc
Copy link
Contributor

@adrdc adrdc commented Jun 24, 2021

Closes #20

Currently we rely on a client application adding a separate boolean property to pravega SchemaRegistry group properties to determine if the objects written to the stream use SchemaRegistry serializers and thus schema data is managed automatically (and encoding info is inlined in the raw event data)

This PR removes the need for this out-of-band property to be set, and will auto-detect.

adrdc added 6 commits June 23, 2021 13:49
Signed-off-by: Andrew Robertson <andrew.robertson@dell.com>
Signed-off-by: Andrew Robertson <andrew.robertson@dell.com>
Signed-off-by: Andrew Robertson <andrew.robertson@dell.com>
Signed-off-by: Andrew Robertson <andrew.robertson@dell.com>
Signed-off-by: Andrew Robertson <andrew.robertson@dell.com>
Signed-off-by: Andrew Robertson <andrew.robertson@dell.com>
… action arduino/setup-protoc that was used for github action

Signed-off-by: Andrew Robertson <andrew.robertson@dell.com>
Copy link
Contributor

@chipmaurer chipmaurer left a comment

Choose a reason for hiding this comment

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

Had reviewed this prior to your time off.

adrdc and others added 6 commits September 14, 2021 14:17
Signed-off-by: Andrew Robertson <andrew.robertson@dell.com>
Signed-off-by: Andrew Robertson <andrew.robertson@dell.com>
Signed-off-by: Andrew Robertson <andrew.robertson@dell.com>
Signed-off-by: Andrew Robertson <andrew.robertson@dell.com>
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.

Ability to tell whether Pravega events have been generated with schema registry

3 participants