Versions Compared

Key

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

...

  1. org.apache.kafka.streams.KafkaStreams
  2. org.apache.kafka.connect.runtime.ConnectMetrics.MetricGroup

Proposed Changes

Changes are similar to this:

Code Block



public class KafkaStreams implements AutoCloseable{
...
public void close()
...
}

Describe the new thing you want to do in appropriate detail. This may be fairly extensive and have large subsections of its own. Or it may be a few sentences. Use judgement based on the scope of the change.

Compatibility, Deprecation, and Migration Plan

  • What impact (if any) will there be on existing users?
  • If we are changing behavior how will we phase out the older behavior?
  • If we need special migration tools, describe them here.
  • When will we remove the existing behavior?

Rejected Alternatives

...

  • N/A