You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/11/08 15:11:19 UTC

[GitHub] [nifi] nandorsoma commented on pull request #6382: NIFI-10317 Taking care of NullPointerException if AMQP header value i…

nandorsoma commented on PR #6382:
URL: https://github.com/apache/nifi/pull/6382#issuecomment-1307373728

   Wait with the merge. I wanted to test it with RabbitMQ and it seems like it doesn't transfer headers with empty value. So when the header is set to `foo1=bar,bar|foo2=bar,bar|foo3=null|foo4` on the publisher side, it will be `{foo1=bar,bar,foo2=bar,bar,foo3=null}` on the consumer side. Do we know which amqp provider sends a header with null value?


-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org