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
In the case of DIRECT connection types, we could run into the following scenarios when changing the underlying configurations that may cause the connected state to transition from:
SUCCESS to FAILED (invalid credentials or bootstrap servers / SR URI)
FAILED to SUCCESS (valid credentials or bootstrap servers / SR URI)
Currently, the sidecar returns the last known ConnectedState(s) until the next async status check happens, so a GET request immediately after a PUT/PATCH request may return stale information.
The text was updated successfully, but these errors were encountered:
In the case of
DIRECT
connection types, we could run into the following scenarios when changing the underlying configurations that may cause the connected state to transition from:SUCCESS
toFAILED
(invalid credentials or bootstrap servers / SR URI)FAILED
toSUCCESS
(valid credentials or bootstrap servers / SR URI)Currently, the sidecar returns the last known ConnectedState(s) until the next async status check happens, so a
GET
request immediately after aPUT
/PATCH
request may return stale information.The text was updated successfully, but these errors were encountered: