Frank Chen
Frank Chen
### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Improve the tracing context propagation across threads This PR...
Component Version - Spring Cloud version: 2020.0.4 - Spring Gateway version: 3.0.4 - Spring Boot version: 2.5.5 - Reactor core versoin: 3.4.10 - Reactor netty core: 1.0.11 We're using Spring...
For the Advice example below, ```java @Advice.OnMethodEnter public static boolean onEnter(final @Advice.Origin Method method) { Context ctx = new Context(method); } ``` The interweaved code calls `getMethod` to retrieve the...
I'm adding multiple static fields to a class and initializing these fields in the static initializer. But found that only the last added fields was initialized. Is there something wrong...
Hello @raphw , I want to inject a static field, whose name is dynamically generated, to some classes, and how could I access this dynamic injected field in Advice class?...
Fixes #10702 ### Description This PR fixes #10702 by adding support to doubleFirst/floatFirst/longFirst and doubleLast/floatLast/longLast during ingestion phase. And also reverts #10794 to bring back the UI. The implementation is...
### Motivation Current HTTP APIs return different formats of response. In most cases, if the status code is 200, a JSON object is returned. If the status code is not...
### Changelog category (leave one): - New Feature ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Add OpenTelemetry support to ON CLUSTER DDL ON...
Hi @zhicwu This is a not bug report but just a question. Previously we noticed that from 0.3.2, a 'SELECT ... FROM table WHERE 0' is issued before every INSERT...
1. expose more underlying parameter for configuration 2. improve the executor thread model