eclipse / microprofile-lra

microprofile-lra
Apache License 2.0
99 stars 30 forks source link

Remove references to coordinator endpoints from the LRAClent API #42

Open mmusgrov opened 5 years ago

mmusgrov commented 5 years ago

The ClientAPI java doc and Java constants imply that there must be an LRA coordinator endpoint somewhere in the system (for example LRA_COORDINATOR_HOST_KEY and LRA_COORDINATOR_PORT_KEY). The implementation of this specification should be flexible enough to not require coordinators to be listening on network endpoints. Such references should be removed from LRAClient.

xstefank commented 5 years ago

I will create a PR for this issue

mmusgrov commented 5 years ago

@xstefank don't we need a resolution to #62 before removing this?

xstefank commented 5 years ago

issue #62 will cover conversion to MP config definition of the properties, i.e. how the properties can be defined. In this one I will just update the property names.

mmusgrov commented 5 years ago

@xstefank When you have the smallrye implementation ready I think we can merge this PR