Commit Graph

1639 Commits

Author SHA1 Message Date
Robinson
08d58fd6fd
Fixed issues with recursive aeron directory name 2023-08-07 00:09:14 -06:00
Robinson
ac42a8be7e
updated deps 2023-08-06 01:11:14 -06:00
Robinson
342abd495d
updated deps 2023-08-06 01:00:29 -06:00
Robinson
1c8b9d5023
removed upstream dependency (no longer needed) 2023-08-05 18:41:39 -06:00
Robinson
b7f4a09f46
Updated classutils 2023-08-05 13:24:29 -06:00
Robinson
ae08ff2c2f
Updated classutils 2023-08-05 13:24:21 -06:00
Robinson
72b4c93206
Removed moshi, updated deps 2023-08-04 23:32:44 -06:00
Robinson
00dffa78e0
Updated for new config project 2023-08-04 23:32:16 -06:00
Robinson
4a80c2c0b8
Reconnect now can have a specified timeout 2023-08-04 23:32:00 -06:00
Robinson
16c8386ae1
Updated API for collections 2023-08-04 23:31:44 -06:00
Robinson
2e904b8ac5
Tweaks for testing performance 2023-07-24 02:03:04 +02:00
Robinson
53cd6ac382
Tweaks for testing performance 2023-07-24 02:02:28 +02:00
Robinson
e5786550a6
Updated version 2023-07-24 02:00:03 +02:00
Robinson
8da5215455
enhanced the basic performance test tool 2023-07-24 01:43:21 +02:00
Robinson
3016618b1c
Added support for also changing the aeron driver idle strategies 2023-07-24 01:42:27 +02:00
Robinson
57480735c3
By default, create dev/shm for macos (ram drive). Windows still uses the disk. 2023-07-23 23:36:36 +02:00
Robinson
15c7fb2a3d
Code cleanup 2023-07-23 23:02:29 +02:00
Robinson
ccf7a37d3c
Commented out unnecessary code 2023-07-23 16:05:07 +02:00
Robinson
fa04185234
Fixed equals 2023-07-23 15:49:25 +02:00
Robinson
a140c844db
Code cleanup 2023-07-23 13:41:29 +02:00
Robinson
7f6550f1c1
Now use defaults for idle strategies 2023-07-23 13:40:42 +02:00
Robinson
6754e35c61
Code cleanup 2023-07-23 13:40:16 +02:00
Robinson
06b5f30948
Only check if a connection is closed now. We now wait for pub+sub to be "connected" before continuing to build the connection object (so it will always be in the connected state) 2023-07-23 13:39:27 +02:00
Robinson
ad3fdfc64d
Updated text names for idle strategies 2023-07-23 13:30:38 +02:00
Robinson
daec762e30
More specific errors when connection is closed during poll event 2023-07-23 01:20:16 +02:00
Robinson
949a863aca
Fixed instance assignment 2023-07-23 01:17:37 +02:00
Robinson
a087dfa9bd
Faster startup when aeron is already running and we force-allow a driver to be running on startup (usually we don't want this) 2023-07-23 01:17:09 +02:00
Robinson
936a5e2d67
Added ability for subscription to wait for a publication to connect 2023-07-23 01:16:23 +02:00
Robinson
2d8956c78c
Client waits for server publication to connect before continuing. 2023-07-22 14:18:38 +02:00
Robinson
781d530294
added comments 2023-07-21 22:46:41 +02:00
Robinson
ed2ddb239d
Tweaked aeron idle strategies 2023-07-21 22:46:30 +02:00
Robinson
ee558e666d
Added additional idle strategies 2023-07-21 21:16:49 +02:00
Robinson
ed89b634a2
Added comments 2023-07-21 21:16:37 +02:00
Robinson
4e232aa18e
Fixed unit tests shutdown lifecycle ordering 2023-07-21 00:20:47 +02:00
Robinson
c4129f25fa
Updated test app 2023-07-21 00:20:23 +02:00
Robinson
2620a06409
Cleaned up how kryo's are used
Changed idleStrategy
StreamingManager no longer copies bytes (it just uses a pooled kryo instance)
2023-07-21 00:19:31 +02:00
Robinson
7ed474111a
Code cleanup 2023-07-20 22:31:27 +02:00
Robinson
081ee42a2e
removed dead code 2023-07-20 20:41:33 +02:00
Robinson
916ddb857f
fixed comment typo 2023-07-20 20:41:23 +02:00
Robinson
2c0680b513
Simplified setting aeron initial window length 2023-07-20 20:41:13 +02:00
Robinson
0e37689c2c
better logs when retrying the connect sequence 2023-07-20 20:40:43 +02:00
Robinson
7bd653db2a
Better IPC checking 2023-07-20 20:40:17 +02:00
Robinson
e2a4887a19
Changed order of cleanup when done with handshake 2023-07-20 20:39:58 +02:00
Robinson
0e3cc803b2
More detailed logging when in debug mode 2023-07-20 20:39:26 +02:00
Robinson
80d77f2f51
Better lock-step and checks when closing an endpoint 2023-07-20 20:39:12 +02:00
Robinson
d787045149
Updated version 2023-07-16 14:58:01 +02:00
Robinson
94048cfe8f
Added file transport to streaming manager 2023-07-16 14:57:04 +02:00
Robinson
bb026f377b
WIP compression/crypto 2023-07-15 13:12:59 +02:00
Robinson
411a4c54b8
Better error checking. added kryo-exception checking/failures for unittests 2023-07-15 13:12:25 +02:00
Robinson
c4eda86bfe
Optimized how we send data (we use our own stream/block data structures for fragmentation/reassembly. 2023-07-15 13:11:50 +02:00