-
Notifications
You must be signed in to change notification settings - Fork 3k
modify dubbo plugin configuration based on selector #5953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
2386802
2b086a0
9329331
c1dd660
74a8769
f3eedb3
53b3fa2
55475d6
f40aa48
0f4a950
3e8933d
d7b1630
8abedd4
be4aa7d
cd8e9ab
df757d3
a8156e2
f5c3d3c
e23b231
14c45b4
143d4a4
7697e3d
4416364
d6050e8
15e3469
a891a33
b09958d
6bdaaf9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,11 @@ public interface Constants { | |
* The constant string separator. | ||
*/ | ||
String SEPARATOR_CHARS = ";"; | ||
|
||
/** | ||
* The constant string separator. | ||
*/ | ||
String SEPARATOR_UNDERLINE = "_"; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is existed |
||
|
||
/** | ||
* The constant SUCCESS. | ||
|
@@ -557,6 +562,16 @@ public interface Constants { | |
* dubbo load balance from meta data. | ||
*/ | ||
String DUBBO_LOAD_BALANCE = "dubboLoadBalance"; | ||
|
||
/** | ||
* dubbo serialization protobuf. | ||
*/ | ||
String DUBBO_SERIALIZATION_PROTOBUF = "protobuf"; | ||
|
||
/** | ||
* dubbo default application name. | ||
*/ | ||
String DUBBO_DEFAULT_APPLICATION_NAME = "shenyu_proxy"; | ||
|
||
/** | ||
* dubbo group. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# limitations under the License. | ||
|
||
server: | ||
port: 8011 | ||
port: 8012 | ||
address: 0.0.0.0 | ||
servlet: | ||
context-path: / | ||
|
@@ -23,8 +23,9 @@ spring: | |
allow-bean-definition-overriding: true | ||
dubbo: | ||
registry: | ||
address: zookeeper://localhost:2181 | ||
|
||
address: nacos://127.0.0.1:8849?namespace=namespace1 | ||
# address: zookeeper://localhost:2181 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why change this? |
||
|
||
shenyu: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not add this |
||
namespace: 649330b6-c2d7-4edc-be8e-8a54df9eb385 | ||
register: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not change this configuration