chore: split kafka reader ifc into reader and offset manager (#15223) #9897
This file contains 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
"jobs": | |
"check": | |
"uses": "grafana/loki-release/.github/workflows/check.yml@main" | |
"with": | |
"build_image": "grafana/loki-build-image:0.34.1" | |
"golang_ci_lint_version": "v1.60.3" | |
"release_lib_ref": "main" | |
"skip_validation": false | |
"use_github_app_token": true | |
"name": "check" | |
"on": | |
"pull_request": {} | |
"push": | |
"branches": | |
- "main" |