MrSpin

Results 5 issues of MrSpin

**grpc-server-spring-boot-starter 从2.4.0版本升级到 2.13.1版本, 配合使用 spring-cloud-consul-discover 2.1.2版本,无法正确获取grpc服务** **grpc-server-spring-boot-starter 2.4.0** 通过追踪代码 GrpcDiscoveryClientAutoConfiguration 您使用的ConsulGrpcRegistrationCustomizer 处理grpcPort信息 @Override public void customize(final ConsulRegistration registration) { List tags = registration.getService().getTags(); if (tags == null) { tags =...

invalid
question
feedback required
incompatibility

How to point to an agent withs spring-cloud-consul ? Is this way really highly available ? Are there any examples ? Beg for your replay ,thank you !

waiting-for-triage

单机docker安装了一下fate 然后按照文档体验了一下 RSA Intersection 任务 先是执行 fate_test suite -i intersect_testsuite.json --data-only 上传数据 以上操作,用到的数据是examples/data/breast_hetero_host.csv , examples/data/breast_hetero_guest.csv 有两个疑问,1 既然这两个数据文档都上传到 fate 服务器了,肯定是泄露出去了,怎么体现数据安全的呢? 2 ,执行命令 flow job submit -c test_intersect_job_rsa_conf.json -d test_intersect_job_dsl.json 按照 [...

I have modified the Docker configuration "Registry Mirrors" in the configuration file /.colima/default/colima.yaml. However, when I execute "docker pull redis", I still get an error. mrspin@MrSpin default % colima version...