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

feat: peer to peer routing #3599

Merged
merged 8 commits into from
Dec 5, 2024
Merged

Conversation

stuartwdouglas
Copy link
Collaborator

No description provided.

This was referenced Dec 3, 2024
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/peer-to-peer branch 4 times, most recently from 1c0a7b4 to f367d7c Compare December 3, 2024 05:35
@stuartwdouglas stuartwdouglas added the run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue label Dec 3, 2024
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/peer-to-peer branch 2 times, most recently from b456380 to b33868c Compare December 3, 2024 07:00
@stuartwdouglas stuartwdouglas marked this pull request as ready for review December 3, 2024 07:00
@stuartwdouglas stuartwdouglas requested review from a team and alecthomas as code owners December 3, 2024 07:00
@stuartwdouglas stuartwdouglas requested review from wesbillman and removed request for a team December 3, 2024 07:00
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/peer-to-peer branch 8 times, most recently from 6f6a00e to a688d4b Compare December 4, 2024 04:00
@stuartwdouglas stuartwdouglas requested a review from a team as a code owner December 4, 2024 04:00
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/peer-to-peer branch 4 times, most recently from fedc798 to d9c4c2f Compare December 4, 2024 07:02
@alecthomas alecthomas requested a review from a team as a code owner December 4, 2024 07:35
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/peer-to-peer branch from 18c2c40 to 975e6db Compare December 4, 2024 07:38
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/peer-to-peer branch 6 times, most recently from 361a8fd to a8c93e4 Compare December 4, 2024 23:18
@stuartwdouglas stuartwdouglas requested a review from a team as a code owner December 5, 2024 00:55
@stuartwdouglas stuartwdouglas requested review from worstell and removed request for a team December 5, 2024 00:55
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/peer-to-peer branch from c7c9bb8 to 78fe647 Compare December 5, 2024 01:05
@@ -46,7 +43,7 @@ func (c cronJob) String() string {
}

// Start the cron service. Blocks until the context is cancelled.
func Start(ctx context.Context, eventSource schemaeventsource.EventSource, verbClient CallClient) error {
func Start(ctx context.Context, eventSource schemaeventsource.EventSource, client routing.CallClient) error {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Mmm cron makes me think - we'll need to have Istio rules for which FTL services can access what...not just verbs.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ah yea, I already have that to allow the controller and provisioner to allow access. I will update it to allow ingress and cron for modules that need those services.

@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/peer-to-peer branch 2 times, most recently from 966b746 to bb63ba6 Compare December 5, 2024 03:41
@stuartwdouglas
Copy link
Collaborator Author

I am going to disable the rolling deployment part of the kube tests, I don't think there is any point in worrying about that until well after the refactor is done.

@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/peer-to-peer branch 2 times, most recently from 6689d36 to 5e64208 Compare December 5, 2024 06:05
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/peer-to-peer branch from 5e64208 to 968d22b Compare December 5, 2024 06:47
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/peer-to-peer branch from 968d22b to c5a38de Compare December 5, 2024 11:17
@stuartwdouglas stuartwdouglas merged commit 8dd657d into main Dec 5, 2024
94 checks passed
@stuartwdouglas stuartwdouglas deleted the stuartwdouglas/peer-to-peer branch December 5, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants