[protocol] Introduce flinkVeniceViewsEnabled flag for update store to enable flink-based views #2356
+1,762
−70
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem Statement
Introduce a new feature flag for Flink-based venice views. This feature flag will be used as SOT for the views behavior.
Right now, default views behavior is on server ingestion path. However, we want to introduce a new view path where the ingestion goes from Flink producer directly.
Solution
This feature flag for now will disable the non-necessary write from controllers and servers such as EOP or VS since Flink connectors will handle that in the flink job.
AdminOperation v92->v93
StoreMetaValue.avsc v37 -> v38
Code changes
Concurrency-Specific Checks
Both reviewer and PR author to verify
synchronized,RWLock) are used where needed.ConcurrentHashMap,CopyOnWriteArrayList).How was this PR tested?
Does this PR introduce any user-facing or breaking changes?