RobertIndie commented on issue #403: URL: https://github.com/apache/pulsar-client-go/issues/403#issuecomment-2151354334
> I was talking about this Ack Timeout in the Java Consumer https://github.com/codelipenghui/incubator-pulsar/blob/a7f9670402a54b99fbc7ac9717a837092cf444cf/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerBuilderImpl.java#L63 I think this configuration has been deprecated in recent versions. And yes. The golang client is different. The golang doesn't have the ack timeout setting. > if my various paths through the code don't result in an Ack or Nack will the message be redelivered to existing consumers - it sounds like the answer is no. No. You should either use `Nack` or `ReconsumeLater` to redelivery those messages. -- 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]
