[
https://issues.apache.org/jira/browse/GEODE-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16295980#comment-16295980
]
ASF subversion and git services commented on GEODE-3783:
--------------------------------------------------------
Commit 56bd06dea4a1b41575633fe20eac8165efa573c5 in geode's branch
refs/heads/develop from lgallinat
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=56bd06d ]
Feature/geode 3781: JDBC Connector (#1176)
GEODE-3781: add geode-connectors module
Introduce new PDX JDBC Connector Service:
* GEODE-3782: implement JdbcWriter
* GEODE-3783: implement JdbcAsyncWriter
* GEODE-3823: implement JdbcLoader
> Implement AsyncEventListener for PDX to JDBC
> --------------------------------------------
>
> Key: GEODE-3783
> URL: https://issues.apache.org/jira/browse/GEODE-3783
> Project: Geode
> Issue Type: Sub-task
> Components: regions
> Reporter: Fred Krone
> Assignee: Kirk Lund
>
> This is to implement an AsyncEventListener for a write behind caching
> scenario. Something was put or updated in the Region and it should be
> persisted into a DB asynchronously.
> Should take the JDBC configuration from cache.xml and connect to the DB
> Should log a DB connection failure and retry x number of times
> Should take the PDX object and convert it to a JDBC statement for DB
> update/insert
> Should retry on a fail
> Should log all failed DB attempts
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)