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
Today if you attempt to connect a preprocessor to a kafka topic, and configure it to more output partitions than exist on the kafka topic it is difficult to detect. This ends up throwing a significant amount of confusing messages as it still attempts to register a stream application with an invalid config.
The preprocessor should test the validity of a dataset config (possibly using admin client) and alert the user if it detects something that cannot be satisfied.
The text was updated successfully, but these errors were encountered:
Description
Today if you attempt to connect a preprocessor to a kafka topic, and configure it to more output partitions than exist on the kafka topic it is difficult to detect. This ends up throwing a significant amount of confusing messages as it still attempts to register a stream application with an invalid config.
The preprocessor should test the validity of a dataset config (possibly using admin client) and alert the user if it detects something that cannot be satisfied.
The text was updated successfully, but these errors were encountered: