-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial prototype for DnsResolver (server-side and client unit-tests) * added low-level connection heart-beating follows the ZMTP/3.1 definition to detect faster TCP-timeouts * changed DataSource Factory API to forward the ExecutorService from the superordinate DataSourcePublisher * changed to re-use existing ZeroMQ enum to track connection state * added some more URI type-safety * change private to protected access for getClient(..) and other secondary necessary methods/fields
- Loading branch information
1 parent
f1b56a4
commit 33c6411
Showing
34 changed files
with
1,653 additions
and
685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.