java - JMX - Pivotal Cloud Foundry -
i having java app planning migrate pivotal cloud foundry. application uses jmx change of properties @ runtime. possible retain same architecture when migrate app pcf or should explore different approach?
for pcf app, cloud environment should provide dependencies needed app. can inject these dependencies runtime in various ways, instance, provide environment settings.
if need credentials @ runtime, can @ spring cloud services, , config server. if looking other services, can use service registry , discovery (based on netflix eureka component) within spring cloud services.
it depends on use case. can elaborate more on "change properties @ runtime"?
Comments
Post a Comment