Skip to content
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

close out a number of TODOs which have been resolved #1814

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

jgraettinger
Copy link
Member

@jgraettinger jgraettinger commented Dec 6, 2024

  • deploy-agent-api, deploy-data-plane-controller, and derive-typescript are merged.

  • name:prefix support has been live for some time now.

  • Continue to clear the internal field in flow-connector-init. There's no use case for sending it into connectors.

  • No current plan to implement a Destroy data-plane-controller message.

  • Current UI is generating tokens via /authorize/user/task

Workflow steps:

(How does one use this feature, and how has it changed)

Documentation links affected:

(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable

@jgraettinger jgraettinger requested a review from psFried December 6, 2024 22:18
Copy link
Member

@psFried psFried left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -384,14 +386,10 @@ pub fn journal_selector(
) -> broker::LabelSelector {
let mut include = labels::build_set([
(labels::COLLECTION, collection.name.as_ref()),
// TODO(johnny): Enable this as soon as the label prefix change has propagated
// to all connectors, such as derive-typescript.
/*
(
"name:prefix",
Copy link
Member

Choose a reason for hiding this comment

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

What's the purpose of this? Seems like this new selector is essentially equivalent to the old one. And aren't they implicitly ANDed together anyway? What am I missing?

Copy link
Member Author

@jgraettinger jgraettinger Dec 6, 2024

Choose a reason for hiding this comment

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

There's a performance optimization in gazette where it uses name:prefix to efficiently seek to the range of possible matches. Same with id:prefix. We use both estuary.dev/collection and name:prefix already in a number of places, and now use it across the board with this change. I'd held this particular instance back because connectors need to be able to parse it and needed the protocol update.

@jgraettinger jgraettinger force-pushed the johnny/todos branch 4 times, most recently from 17efd1d to 5719b8e Compare December 8, 2024 19:44
* deploy-agent-api, deploy-data-plane-controller, and derive-typescript are merged.

* Continue to clear the `internal` field in flow-connector-init.
  There's no use case for sending it into connectors.

* No current plan to implement a Destroy data-plane-controller message.

* Current UI is generating tokens via /authorize/user/task
@jgraettinger jgraettinger merged commit fa3e735 into master Dec 8, 2024
3 checks passed
@jgraettinger jgraettinger deleted the johnny/todos branch December 8, 2024 21:30
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