You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Swapnil Bawaskar (JIRA)" <ji...@apache.org> on 2018/02/01 22:52:55 UTC

[jira] [Closed] (GEODE-3783) Implement AsyncEventListener for PDX to JDBC

     [ https://issues.apache.org/jira/browse/GEODE-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Swapnil Bawaskar closed GEODE-3783.
-----------------------------------

> 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
>            Priority: Major
>             Fix For: 1.4.0
>
>
> 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
(v7.6.3#76005)