You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/04/08 19:42:30 UTC

[GitHub] [pulsar] kenandalley-gm commented on issue #4004: Allow for a more lenient decoder for json schemas

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:
users@infra.apache.org


With regards,
Apache Git Services