Fix/bugfix#33
Merged
Merged
Conversation
为 kafka consumer 的 Fetch 配置添加 MaxBytes 字段,对应 sarama 的 Consumer.Fetch.MaxBytes 配置项,默认值为 50MB。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- 新增 LogFilterConfig 配置,支持过滤 TLS 握手错误、客户端断开连接、屏蔽所有服务器错误 - 新增 FilteringLogger 实现 io.Writer,按规则过滤 http.Server.ErrorLog 输出 - server.go 在启用过滤配置时挂载 FilteringLogger Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- 使用 errors.AsType[T] 替代 errors.As 错误类型断言模式 - 适配 gorm dialector 新接口,使用 new() 直接取地址传入 Connect - safe/types.go FloatHasher 使用 new() 表达式简化临时变量 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.