かげ
かげ
**Describe the bug** `conn.ReadMessage` return EOF error after 10 mins no messages to consumer **Kafka Version** KAFKA_VERSION: 2.7.0 kafka-go version: v0.4.15 **To Reproduce** ```go package main import ( "context" "fmt"...
core/stringx/strings.go ```go // ToCamelCase returns the string that converts the first letter to lowercase. func ToCamelCase(s string) string { for i, v := range s { return string(unicode.ToLower(v)) + s[i+1:]...
same with sepolia: https://github.com/inkonchain/node/blob/19f1be74b3ddece89ae9c67a21a138d61c499d9b/scripts/init-bedrock.sh#L28-L31