Raiyan Mohamed

Results 6 comments of Raiyan Mohamed

@rwynn Thank you for the reply. The code works as expected when the requests succeed after the initial failure, but the issue is of infinite retries when the requests do...

Yes. Resetting the service queue after the RetryNotify makes sense. I was thinking of passing a flag to the commitFunc to control whether or not the request is added back,...

``` eureka: instance: hostname: localhost secure-port-enabled: true secure-port: 8080 ``` This should configure the statusPageUrl as `https://localhost:8080/info`. Instead the url is `http://localhost:8080/info` All eureka meta url's are configured to `http`...

Yes. I think I have that. Here is my full configuration ``` spring: application: name: test-app server: port: 8762 ssl: key-store: classpath:keystore-local.p12 key-store-password: abcd123 keyStoreType: PKCS12 keyAlias: 1 enabled: true...

> configuration is a little off Hmm... but everything works fine with my current configuration and `/eureka/apps` shows these configurations as expected. ```xml 172.25.1.2 TEST-APP 192.168.1.2 UP UNKNOWN 8081 8081...

Ok. Thanks for your help and clarificaitons.