[teiid-issues] [JBoss JIRA] (TEIIDSB-109) Allow for the usage of the spring platform transaction manager in more scenarios

Steven Hawkins (Jira) issues at jboss.org
Thu Dec 12 12:33:00 EST 2019


     [ https://issues.redhat.com/browse/TEIIDSB-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins updated TEIIDSB-109:
-----------------------------------
    Fix Version/s: 1.4.0
                       (was: 1.3.0)


> Allow for the usage of the spring platform transaction manager in more scenarios
> --------------------------------------------------------------------------------
>
>                 Key: TEIIDSB-109
>                 URL: https://issues.redhat.com/browse/TEIIDSB-109
>             Project: Teiid Spring Boot
>          Issue Type: Enhancement
>          Components: core
>            Reporter: Steven Hawkins
>            Priority: Major
>             Fix For: 1.4.0
>
>
> Unless an xa source is being used, we would ideally use the default platform transaction manager.  This would map updates over multiple sources to best effort single phase commit.  This will likely be the majority of our usage.
> The problem is that the platform transaction manager doesn't directly support a suspend/resume concept that is needed for our remote pg/jdbc processing logic that allows the processing thread to detach from the current work when blocked and do something else.
> It would be worth investigating if this functionality could be added to spring boot or if there is is some other approach that was missed with the initial investigation.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the teiid-issues mailing list