lcmarvin

Results 12 comments of lcmarvin

Any update on this, how to define the default parameter's format?

@benas Is it possible to add a command line option like `-parameterFile` to specify the path of job parameters file? This file could be `.json`, `.properties` or `.ymal`. For example,...

This is related to #1483 , and can also be fixed by PR #4113

I also encountered a problem related to this issue. That is, when launching multi jobs with same parameters in multi threads, there should be only one job can succeed, but...

I noticed in #3987 that the order by cause could be removed, so I reverted the change of HashSet to LinkedHashSet.

> pr welcome Notice的具体内容是通过接口`/v1/console/server/announcement`获取到的,需要在点击中英文切换时再次请求接口吗?这样的话接口需要带上当前语言参数。或者具体内容不通过接口获取,直接放到console-ui里,就可以用已有的方式实现中英文切换。 不太清楚出于什么考虑,Notice的具体内容需要从接口获取。

https://github.com/alibaba/nacos/pull/11729 尝试修复该问题,但点击中英文切换按钮后,需刷新页面才生效,不知该思路是否合适?

`console-guide.conf` 应该有同样的问题。

Can not reproduce this issue. I have tried Nacos Server 2.2.3 with Nacos Java Client 2.2.3, it works both the ip way and the DataId&Group way. ``` com.alibaba.nacos nacos-client 2.2.3...