apache / pulsar-client-reactive

Reactive client for Apache Pulsar

Home Page:https://pulsar.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't allow instantiating a ReactiveMessageSender with maxInflight set to > 0 when cache is not set

lhotari opened this issue · comments

  • maxInflight won't have any impact unless the producer cache is set. Therefore it shouldn't be possible to instantiate a ReactiveMessageSender with maxInflight set to > 0 when cache is not set