ab2a06e810
refactor
CI / build (push) Successful in 3m4s
2026-04-30 02:15:34 +08:00
1d938b7ea3
Add optional OpenTelemetry Netty server instrumentation
...
CI / build (push) Successful in 3m50s
- Update lys.version to 2026.04.14
- Add optional compileOnly dependency on opentelemetry-netty-4.1 in rbcs-server
- Add runtime guard to only activate instrumentation when OTel classes are on classpath
- Insert OTel combined handler after HttpServerCodec in the Netty pipeline
- Add requires-static JPMS directives for optional module support
2026-04-29 02:59:51 +08:00
e6f35f4340
Added support for client certificate forwarding
CI / build (push) Has been cancelled
2026-04-13 22:19:12 +08:00
0a50ae0643
improved error handling
2026-04-13 22:19:12 +08:00
c9390ea51d
added experimental redis support
CI / build (push) Failing after 4m7s
2026-03-03 02:59:48 +08:00
b58462a085
improved logging
2026-02-21 20:47:18 +08:00
5854a632f8
Added server support for proxy protocol
2025-12-29 22:21:34 +08:00
b3c6f29c0f
updated library dependencies
CI / build (push) Successful in 3m44s
2025-07-29 13:15:42 +08:00
aeae98d9eb
resolved race condition hendling pipelined requests
CI / build (push) Successful in 2m2s
2025-06-17 23:06:04 +08:00
6cba4d24bb
resolved race condition in the client for response lifetime
...
CI / build (push) Successful in 2m10s
improved memory usage of the in-memory cache backend
2025-06-17 21:40:48 +08:00
559ad5e528
fixed module-info.java
CI / build (push) Successful in 6m36s
2025-06-13 20:46:35 +08:00
fd0bd1ee5f
added optional key prefix to memcache backend
2025-06-13 17:45:15 +08:00
9eef91ebba
removed excessive logging
2025-06-13 14:16:57 +08:00
9bdaa0d32e
optimize imports
2025-06-13 14:08:46 +08:00
206bcd6319
fixed bug with throttling handler when requests are delayed
2025-06-13 13:50:35 +08:00
85c0d4a384
update Netty to 4.2.0
2025-04-16 01:06:28 +08:00
222b475223
ensured in-memory-cache is allocated to heap memory
CI / build (push) Successful in 12m29s
2025-03-11 12:29:43 +08:00
a294229ff0
fixed memory leak in MemcachedCacheHandler
2025-03-09 22:16:03 +08:00
9600dd7e4f
solved issue with ignored HttpContent and HttpCacheContent messages in the Netty pipeline
CI / build (push) Successful in 12m48s
2025-03-09 13:57:52 +08:00
7ba7070693
fixed server support for request pipelining
CI / build (push) Successful in 15m33s
2025-03-08 11:07:21 +08:00
59a12d6218
added server support for request pipelining
CI / build (push) Has been cancelled
2025-03-07 11:53:42 +08:00
fc298de548
made chunk size a global shared parameter between the server and the cache backends
2025-03-06 22:08:19 +08:00
43c0938d9a
added test case
2025-03-04 09:35:26 +08:00
17215b401a
fixed shutdown issue
CI / build (push) Successful in 16m6s
2025-03-03 22:02:00 +08:00
31ce34cddb
simplified InMemoryCache implementation
2025-03-03 09:44:37 +08:00
1f93602102
added healthcheck role
...
improved documentation
client configuration promoted to standalone class
2025-02-26 15:26:18 +08:00
37da03c719
added signal handler to native executable
CI / build (push) Successful in 33m50s
2025-02-25 19:15:48 +08:00
ca18b63f27
added GraalVM native image executable build
2025-02-25 15:30:58 +08:00
23f2a351a6
shared event executor group between server and clients
...
CI / build (push) Successful in 3m44s
- improved documentation
- closed memcache client's thread pools
2025-02-24 13:52:20 +08:00
c7d2b89d82
fixed server prefix handling
2025-02-22 15:25:41 +08:00
72c34b57a6
fixed memory leak
2025-02-22 15:25:41 +08:00
619873c4a9
removed readTimeout and writeTimeout from server configuration
...
added Markdown documentation
2025-02-22 15:25:36 +08:00
42eb26a948
optimize imports
2025-02-19 22:40:14 +08:00
f048a60540
implemented streaming request/response streaming
...
added metadata to cache values
added cache servlet for comparison
2025-02-19 22:37:54 +08:00
0463038aaa
first commit with streaming support (buggy and unreliable)
2025-02-13 23:02:08 +08:00
84d7c977f9
added randomizer to retries
2025-02-07 23:19:13 +08:00
317eadce07
used virtual thread for garbage colection in FileSystemCache
CI / build (push) Successful in 2m32s
2025-02-07 20:45:29 +08:00
6c0eadb9fb
renamed project to "Remote Cache Build Server" (RBCS)
2025-02-06 15:20:50 +08:00