KxSystems / javakdb

Using Java with kdb+
https://code.kx.com/q/interfaces
Apache License 2.0
54 stars 45 forks source link

changes for UDS (unix domain socket) client #72 #73

Closed sshanks-kx closed 11 months ago

sshanks-kx commented 11 months ago

Requires java version 16 (or greater) for UDS support. Using reflection so still builds on versions <16 (i.e. looks up required classes at runtime) Will throw an exception on trying to use UDS on versions <16. Current change for java client talking to kdb+ server only, not java acting as kdb+ server with uds comms (may look at that in subsequent change)