Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We propose to add a new exception to allow users to easily distinguish the deletion of source topics from other exception and to specifically react on it in the uncaught exception handler. The new exception is the following:

Code Block
languagejava
package org.apache.kafka.streams.errors;

public class MissingSourceTopicException extends StreamsException

...