[
https://issues.apache.org/jira/browse/APEXMALHAR-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279686#comment-15279686
]
ASF GitHub Bot commented on APEXMALHAR-1953:
--------------------------------------------
Github user bhupeshchawda commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/215#discussion_r62800802
--- Diff:
library/src/main/java/com/datatorrent/lib/db/AbstractTransactionableStoreOutputOperator.java
---
@@ -67,6 +68,8 @@ public void process(T t)
};
+ public final transient DefaultOutputPort<T> error = new
DefaultOutputPort<>();
--- End diff --
This was added to track the error tuples which fail to be processed /
inserted into database. It made sense to add it at the same place where the
input port was declared.
> Add generic (insert, update, delete) support to JDBC Output Operator
> --------------------------------------------------------------------
>
> Key: APEXMALHAR-1953
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-1953
> Project: Apache Apex Malhar
> Issue Type: Task
> Reporter: Bhupesh Chawda
> Assignee: Bhupesh Chawda
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)