pgpool / pgpool2

This is the official mirror of git://git.postgresql.org/git/pgpool2.git. Note that this is just a *mirror* - we don't work with pull requests on github. Please subscribe to pgpool-hackers mailing list from our website and submit your patch to this mailing list.
https://www.pgpool.net
Other
305 stars 87 forks source link

JDBC connect pgpool-II FATAL: no postgresql user name specified in startup packet #28

Open wyw1234 opened 5 years ago

wyw1234 commented 5 years ago

When I used debezium to connect the IP and port of pgpool-ii, I received an error: FATAL: no postgresql user name specified in startup packet.Environment pg version 10.5 USES pgpool-ii to set up a high-availability dual-machine hot standby. With the same setting, it is no problem to connect directly to the IP and port where db is located.