Versions Compared

Key

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

...

In most cases the method close() and configure() are useless for kafka users. Since kafka 2.x+ is up on jdk8, we can add the default implementation in order to make them be functional interface. And then enable kafka user can to write less code to implement custom Serializer, Deserializer, and Serde.

...