[
https://issues.apache.org/jira/browse/OPENJPA-2801?focusedWorklogId=376247&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-376247
]
ASF GitHub Bot logged work on OPENJPA-2801:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jan/20 13:49
Start Date: 23/Jan/20 13:49
Worklog Time Spent: 10m
Work Description: ilgrosso commented on pull request #58: [OPENJPA-2801]
Kubernetes TCPRemoteCommitProvider
URL: https://github.com/apache/openjpa/pull/58
Working implementation - tested with GCP - of TCPRemoteCommitProvider
powered by Kubernetes' client library to dynamically discover pods.
I am creating this PR for review: it also includes a working `.travis.yml`
from my own fork that will be removed eventually remove before merge, given the
[discussion](https://lists.apache.org/thread.html/82739677363b480e0913496ccd33e449625052e821f4b0275f6101c6%40%3Cdev.openjpa.apache.org%3E)
we had on dev@.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 376247)
Remaining Estimate: 0h
Time Spent: 10m
> Kubernetes TCPRemoteCommitProvider
> ----------------------------------
>
> Key: OPENJPA-2801
> URL: https://issues.apache.org/jira/browse/OPENJPA-2801
> Project: OpenJPA
> Issue Type: Improvement
> Components: kernel
> Reporter: Francesco Chicchiriccò
> Assignee: Francesco Chicchiriccò
> Priority: Major
> Fix For: 3.1.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The code in {{TCPRemoteCommitProvider}} requires to set upfront the list of
> hosts to broadcast the transaction events.
> There are environments as Kubernetes, however, where this is limiting, as
> some form of [horizontal
> scaling|https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/]
> is available.
> The sole alternative available at present, e.g. {{JMSRemoteCommitProvider}},
> is often not ideal as it requires additional infrastructure and more message
> roundtrip.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)