config-client icon indicating copy to clipboard operation
config-client copied to clipboard

config-client package for spring cloud config and cloud foundry

Results 3 config-client issues
Sort by recently updated
recently updated
newest added

### Need/Ideas Statement We have a Spring Cloud Config that has RabbitMQ binders to propagate changes made to the config server. Will this library be able to listen to these...

enhancement

Hi `amenezes/config-client`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

For now, the library does not parse child lists and leave them in this format: ``` {'main_list': [{'child_list[0]': {'property-name': 'example0'}, 'child_list[1]': {'property-name': 'example1'}}]} ``` This PR will change the result...