Versions Compared

Key

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

...

In this proposal, a "plugin" is an interface users can implement and that is instantiated by Kafka. For example, a custom class implementing org.apache.kafka.server.policy.CreateTopicPolicy is considered a plugin as it's instantiated by brokers. On the other hand a class implementing org.apache.kafka.clients.producer.Callback is not considered a plugin as it's instantiated in user logic.

...