Skip to content

Comments

feat(connector): initial service impl#135

Merged
davidliu merged 3 commits intomainfrom
feat/connector
Jan 6, 2026
Merged

feat(connector): initial service impl#135
davidliu merged 3 commits intomainfrom
feat/connector

Conversation

@anunaym14
Copy link
Member

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

🦋 Changeset detected

Latest commit: 3dc9a23

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

This PR includes changesets to release 1 package
Name Type
server-sdk-kotlin Minor

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

proto {
srcDir("$projectDir/protocol/protobufs/")
exclude("agent/*")
exclude("infra/*")
Copy link
Member Author

Choose a reason for hiding this comment

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

Ignoring all dirs from srcDir except logger, since that's the only one we need for options that are used to redact fields from the logger for connector (and some other proto models)

opt.participantName?.let { this.participantName = it }
opt.participantMetadata?.let { this.participantMetadata = it }
opt.participantAttributes?.let { this.putAllParticipantAttributes(it) }
opt.destinationCountry?.let { this.destinationCountry = it }
Copy link
Member Author

Choose a reason for hiding this comment

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

A bunch of code redundancy here, not sure how to tackle that

Copy link
Contributor

@biglittlebigben biglittlebigben left a comment

Choose a reason for hiding this comment

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

LGTM but I'll let other folks comment on the URL to URI change.

Copy link
Contributor

@davidliu davidliu left a comment

Choose a reason for hiding this comment

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

LGTM!

@davidliu davidliu merged commit 975876a into main Jan 6, 2026
4 checks passed
@davidliu davidliu deleted the feat/connector branch January 6, 2026 03:35
@davidliu davidliu mentioned this pull request Jan 6, 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.

3 participants