Skip to content

Commit

Permalink
Merge pull request #1577 from mohanvive/master
Browse files Browse the repository at this point in the history
Add fix for possible NPE
  • Loading branch information
pcnfernando authored Dec 3, 2019
2 parents dad7958 + 052bc62 commit 604d55f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public final void onEvent(Object eventObject, Object[] transportProperties, Stri
for (Object property : transportProperties) {
if (property == null) {
log.error("Dropping event " + eventObject.toString() + " belonging to stream " +
sourceHandler.getInputHandler().getStreamId()
streamDefinition.getId()
+ " as it contains null transport properties and system "
+ "is configured to not allow null transport properties. You can "
+ "configure it via source mapper if the respective "
Expand Down

0 comments on commit 604d55f

Please sign in to comment.