김민규
김민규
Hi, is there any solution of jcache metric monitoring ? Hface looks like extract metrics using RPC with InstanceStatsTask.java. When I tested with url /stats, I can see extracted JCache...
Hi. @tolitius Is there any solution of connecting without IP address ? I want to use only URL. [now] :hz-client {:hosts ["127.0.0.1" "127.0.0.2"] [I want to use] :hz-client {:hosts ["http://aaa.com"]...
Hi. Is there any support plam about uuid v6 & v7?
## Bug Report First, Error Detected ``` CannotCreateTransactionException Could not open R2DBC Connection for transaction ``` Second, We found R2DBC Pool Status Oddly enough, there is no guarantee of R2DBC...
Mass destruction of R2DBC pools at once. initial_size : 20 MAX_SIZE: 20 MAX_LIFE_TIME: 10 Seconds BACKGROUND_EVICTION_INTERVAL: 1 Seconds validation_depth: local validation_query: select 1 With the above configured, a show processlist;...
Hi. Is there any fix plan about pool colocation? There are many options to solve this issue. (https://github.com/reactor/reactor-netty/issues/2781#issuecomment-1628444158) Related Link * https://github.com/reactor/reactor-netty/issues/2781#issuecomment-1630735383
Hi. It looks like you are missing an error mapping. Can you please confirm? Error Log ``` Internal Server Error : org.springframework.r2dbc.UncategorizedR2dbcException: executeMany; SQL [SELECT payment.* FROM payment WHERE payment.application_id...
Hi.! Is there a way to get rid of the DB lookup? I want to get rid of it because jasync continues to do DB lookups unnecessarily. **SELECT payment_platform**
In scylla-cdc-source-connector, the following query pattern is used to retrieve the changed data from the CDC table. ``` SELECT * FROM test.user_scylla_cdc_log WHERE "cdc$stream_id" IN ? AND "cdc$time">? AND "cdc$time"?...
How do I enable Spinner mode for TimePicker? I don't want to expose a circular, clock-like UI.