GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/2306
NIFI-4646: AbstractRecordProcessor: Report reason for
SchemaNotFoundException
NIFI-4646:
- Ensuring the reason behind the SchemaNotFoundException is reported when
interacting with the configured SchemaRegistry.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-4646
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2306.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2306
----
commit f2e39b378befdd9440705602373e1a53df0867bb
Author: Matt Gilman <[email protected]>
Date: 2017-11-29T15:51:29Z
NIFI-4646:
- Ensuring the reason behind the SchemaNotFoundException is reported when
interacting with the configured SchemaRegistry.
----
---