Versions Compared

Key

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

...

Code Block
languagescala
titleConfiguration property
linenumberstrue
/** ********* Broker-side Observer Configuration ****************/
val ObserverClassProp = "brokerobserver.class.observername"

For example, with this interface and the given type of RequestChannel.Request and AbstractResponse, the information we can extract from every produce or fetch request is:

...