``` def process(processorSupplier: () => Processor[K, V], stateStoreNames: String*) ``` should be: ``` def process(processorSupplier: => Processor[K, V], stateStoreNames: String*) ```
KIP: https://cwiki.apache.org/confluence/pages/resumedraft.action?draftId=89069981&draftShareId=a21bcef4-c388-4663-9c6f-9ccceee4cb30 [ Full content available at: https://github.com/apache/kafka/pull/5571 ] This message was relayed via gitbox.apache.org for [email protected]
