kenandalley-gm commented on issue #4004: Allow for a more lenient decoder for json schemas URL: https://github.com/apache/pulsar/pull/4004#issuecomment-480978245 I also agree that it should be tunable rather than set to the default for Pulsar. Also, there needs to be some additional defensive coding work surrounding the ObjectMapper because any failure by the ObjectMapper causes the Pulsar Function to go into an infinite loop (fail, no ack sent, restart), because Pulsar goes back to the offending message each time due to the no-ack situation. The "--auto-ack", "--max-message-retries" and "--dead-letter-topic" parameters are all ignored and never taken into account.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services