Skip to content

Use camel case log name in DataBlobKey - #1649

Merged
ladvoc merged 7 commits into
mainfrom
ladvoc/schema-metadata-log
Jun 29, 2026
Merged

Use camel case log name in DataBlobKey#1649
ladvoc merged 7 commits into
mainfrom
ladvoc/schema-metadata-log

Conversation

@ladvoc

@ladvoc ladvoc commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #1553

@changeset-bot

changeset-bot Bot commented Jun 29, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 413fcb2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
github.com/livekit/protocol Patch
@livekit/protocol Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ladvoc
ladvoc requested review from boks1971 and paulwe and removed request for paulwe June 29, 2026 18:34
@ladvoc
ladvoc marked this pull request as ready for review June 29, 2026 18:34
Comment thread protobufs/livekit_rtc.proto Outdated
uint32 request_id = 1 [(logger.name) = "requestID"];
// Identity of the participant who owns the blob.
string participant_identity = 2;
string participant_identity = 2 [(logger.name) = "participantIdentity"];

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.

don't think we need for this.

There was a schema_id, that needs to be schemaID logger name.

@ladvoc ladvoc Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Makes sense, added in 16b5572. Is the standard every field that gets logged in a request/response message should be camal case? Happy to revert for participant_identity if it's not necessary.

Comment thread protobufs/livekit_rtc.proto Outdated
uint32 request_id = 1 [(logger.name) = "requestID"];
// Identity of the participant who owns the blob.
string participant_identity = 2;
string participant_identity = 2 [(logger.name) = "participantIdentity"];

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.

This is not needed. We do not have this anywhere else. It is just that we want ID upper case that needs the logger name option.

@ladvoc ladvoc changed the title Use camel case log name in GetDataBlobRequest Use camel case log name in DataBlobKey Jun 29, 2026
@ladvoc
ladvoc merged commit b3c84fa into main Jun 29, 2026
8 checks passed
@ladvoc
ladvoc deleted the ladvoc/schema-metadata-log branch June 29, 2026 19:10
This was referenced Jun 29, 2026
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.

2 participants