master
Modernize Go codebase: adopt modern idioms and upgrade CI tooling (#2082)
extract common topic code to dedicated package
added fast commit to topic listener
move offset to topiccommon
Moved the trace-generated code in `trace` package from the public API to the internal packages (#2172)
fix(topic): apply custom raw decoders (#2266)
Migrate `golangci-lint` to v2
add option for manage support of topic split-merge on client side.
Add sync.Pool for decoders (#2053)
Prevented create decoder instance until start read a message from topics
change confirm, change session info
sync
move sync topic reader
Fixed respect start offset from topicoptions.WithReaderGetPartitionStartOffset for commit messages