You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For English only, other languages will not accept.
Which version of ShardingSphere did you use?
5.5.1
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
proxy
Expected behavior
There is 2 psql client named listener and notifier.
step 1: listener listen an issue
step 2: notifier send message to issue
step 3: listener execute any sql such as 'select 1;',will get the message from notifier
Actual behavior
The proxy parsed the sql correctly, but there was no reaction;
Reason analyze (If you can)
Maybe the proxy does not transparently transmit these network packets.
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
psql -h <host_ip> -p -U -d <database_name> to login database;
listener : listen [any String such as test]
notifier: notify [test],'hello world'
listener : any sql,such as 'select 1;'
Perhaps other databases support similar mechanisms
Example codes for reproduce this issue (such as a github link).
The text was updated successfully, but these errors were encountered:
Bug Report
For English only, other languages will not accept.
Which version of ShardingSphere did you use?
5.5.1
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
proxy
Expected behavior
There is 2 psql client named listener and notifier.
step 1: listener listen an issue
step 2: notifier send message to issue
step 3: listener execute any sql such as 'select 1;',will get the message from notifier
Actual behavior
The proxy parsed the sql correctly, but there was no reaction;
Reason analyze (If you can)
Maybe the proxy does not transparently transmit these network packets.
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
Perhaps other databases support similar mechanisms
Example codes for reproduce this issue (such as a github link).
The text was updated successfully, but these errors were encountered: