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

Controller - Operation handling -- WIP #146

Merged
merged 31 commits into from
Jun 10, 2024
Merged

Controller - Operation handling -- WIP #146

merged 31 commits into from
Jun 10, 2024

Conversation

kmrdhruv
Copy link
Collaborator

  • Serailizing the subscription assignment across all subscriptions.
  • Serializing the operation execution and handlings its update per subscription.

Some known error handling is pending.

…ution and updates on subscription operation for a subscription
Copy link

github-actions bot commented May 30, 2024

Test Results

219 tests   219 ✅  43s ⏱️
 50 suites    0 💤
 50 files      0 ❌

Results for commit c210b37.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@aayustark007-fk aayustark007-fk left a comment

Choose a reason for hiding this comment

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

added a comment


public ShardAssigner(AssignmentStore assignmentStore) {
public ShardAssigner(AssignmentStore assignmentStore, MeterRegistry meterRegistry) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

meter registry is not being used, is that expected?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes. Metric addition is pending task and will be taken subsequently. Here we need to emit metrics around threadpool and associated tasks.

@kmrdhruv kmrdhruv merged commit d77831a into master Jun 10, 2024
2 checks passed
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