-
Notifications
You must be signed in to change notification settings - Fork 170
Write error log when deployed to cloud and default service information is used #459
Copy link
Copy link
Closed
Labels
Component/DiscoveryIssues related to Steeltoe Service DiscoveryIssues related to Steeltoe Service DiscoveryReleaseLine/3.xIdentified as a feature/fix for the 3.x release lineIdentified as a feature/fix for the 3.x release lineType/enhancementNew feature or requestNew feature or request
Milestone
Description
Due to the changes in connectors to separate out Cloud Foundry functionality, some Steeltoe users are struggling with service bindings in cloud hosted scenarios because they don't realize they need another package reference.
In order to improve this experience, (at a minimum for Eureka on Cloud Foundry), write error logs if service bindings aren't detected but are effectively required.
- Use
Platform.IsCloudHostedorPlatform.IsCloudFoundryto detect running on the cloud - Log errors if/when default service connection values are used (eg: http://localhost:8761)
- This change might go best in EurekaDiscoveryClientExtension or EurekaPostConfigurer
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component/DiscoveryIssues related to Steeltoe Service DiscoveryIssues related to Steeltoe Service DiscoveryReleaseLine/3.xIdentified as a feature/fix for the 3.x release lineIdentified as a feature/fix for the 3.x release lineType/enhancementNew feature or requestNew feature or request