Results 18 issues of Bruce Liang

I try to interrupt llhttp_execute() by return -1 in events like on_url_complete, on_status_complete, on_header_field_complete, etc. But not work. Would you tell me how to interrupt llhttp_execute() in such events ?

From one day onwards, my zipkin-dependencies job (storage: ES) run fail, and output logs like these, and how to resolve it ? My zipkin-server version: 2.12.9. both zipkin-dependencies version 2.1.0...

Redisson didn't provides any method to modify Server Config (SingleServerConfig/MasterSlaveServersConfig/ClusterServersConfig) properties while using `org.springframework.boot.autoconfigure.data.redis.RedisProperties`. For example: I want to modify `connectionMinimumIdleSize` property of `SingleServerConfig`: ```java // Redisson Code: } else...

## Description I use kafka appender to send logs to kafka server. When kafka server is down, if I start my application at this time, the kafka appender would attemp...

bug
appenders

如题~ CommonFilter 继承的是 javax.servlet.Filter,但 Spring 6 用的是 jakarta.servlet.Filter,无法使用了。

area/integrations

加载错误的 logLevelString 时,以下代码会输出令人费解的日志:` Log level : INFO is invalid. Use default : INFO`,应该把 ` System.out.println("Log level : " + logLevel + " is invalid. Use default : " + LOG_DEFAULT_LEVEL.toString());`...

kind/bug
good first issue
area/logging

duird 1.2.22 之前的版本,DruidDataSourceAutoConfigure 定义了 DataSource Bean,该Bean定义会被 [dynamic-datasource](https://github.com/baomidou/dynamic-datasource/) 的 DataSource Bean覆盖,所以没有问题。 ``` public class DruidDataSourceAutoConfigure { private static final Logger LOGGER = LoggerFactory.getLogger(DruidDataSourceAutoConfigure.class); /** * Not setting initMethod of annotation {@code...

**Describe the bug** Log4j2 升级到 2.23.1版本后,Nacos 会导致 Log4j2 日志输出异常: ``` 2024-05-15T09:51:31.358800400Z main WARN The use of package scanning to locate plugins is deprecated and will be removed in a future...

kind/research

### Describe the bug Clickhouse JDBC connection URL with parameters would be always uses `default` database, like this: ```yaml # the default database is NOT `my_db`, but the `default` db....

bug
module-jdbc
usability

目前 canal 1.1.7 不兼容 mysql 8.4(如:mysql 8.4 删除了 `show master status` 等命令),请问哪个版本会兼容?

feature