Hesham Yassin
Results
1
issues of
Hesham Yassin
When i run the next test: ``` from eureka_client import EurekaClient import logging logging.basicConfig() ec = EurekaClient("MyApplication", eureka_url="http://localhost:8080/eureka/v2/", region="eu-west-1", use_dns=False, data_center="asdasdasd", vip_address="http://localhost:7001/", health_check_url="http://localhost:7001/app1", host_name="localhost", port=7001, eureka_port=8080) print ec.register() ``` I...