Versions Compared

Key

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

...

NameMandatoryDefaultDescription
stores.adstore.manager.factory.classNoN/AThe factory class to create a adjunct data store manager to allow user override the default implementation
stores.<store>.adstore.inputNoN/AThe name of the system stream to be bound with this store, an store can only be bound to one stream
stores.<store>.adstore.key.extractor.factory.classNoN/AA user defined class that allows extraction of a key Factory class to extract keys from an IncomingMessageEnvelop. If not provided, the key in IncomingMessageEnvelop is used.
stores.<store>.adstore.value.converter.factory.classNoN/AA user defined class that allows conversion of an Factory class to convert the value in IncomingMessageEnvelop to an object. If not provided, the value in IncomingMessageEnvelop is used.

...