Improve @LocatorApplication to configure the Apache Geode locators property [DATAGEODE-319] #367
Labels
in: api
Issues with API
in: configuration
Issues with configuration
type: enhancement
A general enhancement
Milestone
spring-projects-issues commentedMar 30, 2020
John Blum opened DATAGEODE-319 and commented
As a Spring application developer building Apache Geode Locator applications configured and bootstrapped with Spring (Boot), I'd like an easy way to configure my Spring (Boot), Apache Geode Locator application to join an existing Geode cluster, perhaps configured/started using Gfsh, as a member.
Technically, this means the
@LocatorApplication
annotation (Javadoc), should maintain alocators
attribute and additionally process thespring.data.gemfire.locators
property in the same way that a@PeerCacheApplication
annotated Spring Boot application can, as seen here.This entails:
locators
attribute to the@LocatorsApplication
annotation.locators
property from thespring.data.gemfire.locators
property, falling back to thelocators
annotation attributeBackported to: 2.2.7 (Moore SR7)
The text was updated successfully, but these errors were encountered: