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
What happened
When omitting count: from topic deduplication crd, the setup can prevent client connector to the topic.
Expected behavior
Rejection of the misconfigured field or an error log which points to the missing 'count' value if deduplication is enabled
Describe the setup
A user on discord 1 was able to setup a topic with two configs, one of which (missing count, was failing to connect.
Working config
# topic.yamlversion: 0.1.0meta:
name: grpc-txsdeduplication:
bounds:
count: 5# remember at least 5 last recordsage: 5s# remember records for at least 5 secondsfilter:
transform:
uses: infinyon-labs/[email protected]
Failing config. Note the missing 'count' field under deduplication.
What happened
When omitting
count:
from topic deduplication crd, the setup can prevent client connector to the topic.Expected behavior
Rejection of the misconfigured field or an error log which points to the missing 'count' value if deduplication is enabled
Describe the setup
A user on discord 1 was able to setup a topic with two configs, one of which (missing
count
, was failing to connect.Working config
Failing config. Note the missing 'count' field under deduplication.
The text was updated successfully, but these errors were encountered: