You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
Currently Schema Registry is using wire-commands directly to the segment-store. This needs to be changed and the implementation should be to use Client API instead of Wire-Commands since Schema Registry is a separate service from Pravega.
Problem location
Across the repo
Suggestions for an improvement
Remove every wire-commands and implement it via KVT Client API.
The text was updated successfully, but these errors were encountered:
Problem description
Currently Schema Registry is using wire-commands directly to the segment-store. This needs to be changed and the implementation should be to use Client API instead of Wire-Commands since Schema Registry is a separate service from Pravega.
Problem location
Across the repo
Suggestions for an improvement
Remove every wire-commands and implement it via KVT Client API.
The text was updated successfully, but these errors were encountered: