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
Default should be forceSync=false resulting in error (current behavior)
When users get this error, by adding forceSync=true , stream-registry can get the value from the underlying broker and "force" update itself to be in sync with the underlying broker.
The text was updated successfully, but these errors were encountered:
Desired Behavior
Add
forceSync=true
for updating of topic metadata.[UPDATED]
This issue is a direct result of #52, in an attempt to resolve the "dead-end" a user will inevitably run into when they get an error from #52.
Benefits
forceSync=false
resulting in error (current behavior)forceSync=true
, stream-registry can get the value from the underlying broker and "force" update itself to be in sync with the underlying broker.The text was updated successfully, but these errors were encountered: