Closed marekkrk closed 1 month ago
The work has been started https://github.com/fbacchella/jeromq/tree/ipc_unix_socket
IPC is now supported using Java 16 and above in master
. Support was added with this PR: https://github.com/zeromq/jeromq/pull/998
Any chance of supporting Unix domain sockets? Java supports it with thirdparty libraries like junixsocket which PostgreSQL JDBC driver can use to connect to a DB server: https://jdbc.postgresql.org/documentation/use/