You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chrislu
bd3f67277a
fix: Correct throttle time semantics in Fetch responses
When long-polling finds data available during the wait period, return
immediately with throttleTimeMs=0. Only use throttle time for quota
enforcement or when hitting the max wait timeout without data.
Previously, the code was reporting the elapsed wait time as throttle time,
causing clients to receive unnecessary throttle delays (10-33ms) even when
data was available, accumulating into significant latency for continuous
fetch operations.
This aligns with Kafka protocol semantics where throttle time is for
back-pressure due to quotas, not for long-poll timing information.
5 days ago
..
batch_crc_compat_test.go
Add Kafka Gateway (#7231)
1 week ago
consumer_coordination.go
fix Node ID Mismatch, and clean up log messages
5 days ago
consumer_group_metadata.go
fix Node ID Mismatch, and clean up log messages
5 days ago
describe_cluster.go
Add Kafka Gateway (#7231)
1 week ago
errors.go
purge unused
1 week ago
fetch.go
fix: Correct throttle time semantics in Fetch responses
5 days ago
fetch_multibatch.go
less logs, remove unused code
1 week ago
fetch_partition_reader.go
fix Node ID Mismatch, and clean up log messages
5 days ago
find_coordinator.go
clean up
5 days ago
flexible_versions.go
Add Kafka Gateway (#7231)
1 week ago
group_introspection.go
Add Kafka Gateway (#7231)
1 week ago
handler.go
fix: Use actual nodeID in HandleMetadataV1 and HandleMetadataV3V4
5 days ago
joingroup.go
fix Node ID Mismatch, and clean up log messages
5 days ago
metadata_blocking_test.go
feat: add context timeout propagation to produce path
6 days ago
metrics.go
Add Kafka Gateway (#7231)
1 week ago
offset_management.go
refactor: reduce verbosity of debug log messages
6 days ago
offset_storage_adapter.go
Add Kafka Gateway (#7231)
1 week ago
produce.go
fix: Remove context timeout propagation from produce that breaks consumer init
5 days ago
record_batch_parser.go
Add Kafka Gateway (#7231)
1 week ago
record_batch_parser_test.go
Add Kafka Gateway (#7231)
1 week ago
record_extraction_test.go
Add Kafka Gateway (#7231)
1 week ago
response_cache.go
Add Kafka Gateway (#7231)
1 week ago
response_format_test.go
Add Kafka Gateway (#7231)
1 week ago
response_validation_example_test.go
Add Kafka Gateway (#7231)
1 week ago