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
<li><code>predicates.$alias.$predicateSpecificConfig</code> - Configuration properties for the predicate.</li>
199
199
</ul>
200
200
201
-
<p>All transformations have the implicit config properties <code>predicate</code> and <code>negate</code>. A predicular predicate is associated with a transformation by setting the transformation's <code>predicate</code> config to the predicate's alias. The predicate's value can be reversed using the <code>negate</code> configuration property.</p>
201
+
<p>All transformations have the implicit config properties <code>predicate</code> and <code>negate</code>. A particular predicate is associated with a transformation by setting the transformation's <code>predicate</code> config to the predicate's alias. The predicate's value can be reversed using the <code>negate</code> configuration property.</p>
202
202
203
203
<p>For example, suppose you have a source connector which produces messages to many different topics and you want to:</p>
0 commit comments