Skip to content

Spring Cloud Configuration Server Through Sidecar #877

Description

@tkvangorder

In a Polyglot environment, it would be very useful for applications not written in Java to have the ability to leverage the configuration server. They can certainly do that now but logic would have to be implemented in each parent application to resolve property place holders and to participate in the spring cloud event bus.

It would be really nice if the sidecar could :

  • Resolve the property place holders on behalf of the parent application and provide a restful endpoint the parent application can use to access the resolved properties.
  • Provide an event handler that can notify the parent application when the configuration has changed.

See this discussion on stack overflow for more details:

http://stackoverflow.com/questions/35786195/spring-cloud-configuration-server-through-sidecar

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions