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
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
The Connection seems to be tied to use JDK NIO channels.
Netty provides alternative channel native implementation as well as domain sockets.
The MySQLConnection and PostgreSQLConnection shall provide a way to customize the bootstrap to use so that MySQLConnectionHandler and PostgreSQLConnectionHandler can use native transport type instead of NioSocketChannel.class.
The text was updated successfully, but these errors were encountered:
vietj
changed the title
Allow to custom bootstrap channel type
Allow to use native channel type
Oct 5, 2017
vietj
changed the title
Allow to use native channel type
Allow to customize bootstrap
Oct 5, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
Connection
seems to be tied to use JDK NIO channels.Netty provides alternative channel native implementation as well as domain sockets.
The
MySQLConnection
andPostgreSQLConnection
shall provide a way to customize the bootstrap to use so thatMySQLConnectionHandler
andPostgreSQLConnectionHandler
can use native transport type instead ofNioSocketChannel.class
.The text was updated successfully, but these errors were encountered: