ppawel commented on PR #38603:
URL: https://github.com/apache/beam/pull/38603#issuecomment-5330521475

   In Solace JCSMP code, this exception is thrown here:
   
   ```
   if (((FlowHandleImpl)this.consumer).getFlowType() != 
FlowType.CONSUMER_REDELIVERY_FLOW && settlementOutcome != Outcome.ACCEPTED) {
                   throw new InvalidOperationException("Flow does not support 
outcome " + settlementOutcome.toString());
               }
   ```
   
   So it looks like you can only NACK from a redelivery flow? I guess that 
would be strange..


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to