diff --git a/changes/ee/breaking-13420.en.md b/changes/ee/breaking-13420.en.md new file mode 100644 index 000000000..dc7a05134 --- /dev/null +++ b/changes/ee/breaking-13420.en.md @@ -0,0 +1 @@ +Added a schema validation that prevents configuring an empty set of topic filters for a Schema Validation. Any such configurations will have to define at least one topic filter to be valid. Such configurations, though, are probably very rare, as a Schema Validation with empty topics is essentially the same as having no validation at all.