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

[server] Consumer Refactor (Part 1) #1318

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

KaiSernLim
Copy link
Contributor

@KaiSernLim KaiSernLim commented Nov 19, 2024

Summary

ConsumerRefactor

The StoreIngestionTask file is getting too large and should be refactored.

One thing we can do is move all consumer-only functions and member variables out of StoreIngestionTask into a consumer class such as StorePartitionDataReceiver. The final result can be seen here.

How was this PR tested?

GHCI

Does this PR introduce any user-facing changes?

  • No. You can skip the rest of this section.

…nTask` into `StorePartitionDataReceiver`. 🧹
…ngestionTask` into `StorePartitionDataReceiver`. 🧹
…ght before `waitUntilValueSchemaAvailable()` from `StoreIngestionTask` into `StorePartitionDataReceiver`. 🧹
…rom `StoreIngestionTask` / `LeaderFollowerStoreIngestionTask` into `StorePartitionDataReceiver`. 🧹
…) from `LeaderFollowerStoreIngestionTask` / `ActiveActiveStoreIngestionTask` into `StorePartitionDataReceiver`. 🧹
…FollowerStoreIngestionTask` into `StorePartitionDataReceiver`. 🧹
…rStoreIngestionTask` into `StorePartitionDataReceiver`. 🧹
… from `LeaderFollowerStoreIngestionTask` into `StorePartitionDataReceiver`. 🧹
…werStoreIngestionTask` / `ActiveActiveStoreIngestionTask` into `StorePartitionDataReceiver`. 🧹
…tionTask` into `StorePartitionDataReceiver`. 🧹
…tionTask` into `StorePartitionDataReceiver`. 🧹
…Task` / `ActiveActiveStoreIngestionTask` into `StorePartitionDataReceiver`. 🧹
…ionTask` / `ActiveActiveStoreIngestionTask` into `StorePartitionDataReceiver`. 🧹
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.

1 participant