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.
1 month ago
..
batch_crc_compat_test.go
Add Kafka Gateway (#7231)
1 month ago
consumer_coordination.go
fix Node ID Mismatch, and clean up log messages
1 month ago
consumer_group_metadata.go
fix Node ID Mismatch, and clean up log messages
1 month ago
describe_cluster.go
Add Kafka Gateway (#7231)
1 month ago
errors.go
purge unused
1 month ago
fetch.go
fix: Correct throttle time semantics in Fetch responses
1 month ago
fetch_multibatch.go
less logs, remove unused code
1 month ago
fetch_partition_reader.go
fix Node ID Mismatch, and clean up log messages
1 month ago
find_coordinator.go
clean up
1 month ago
flexible_versions.go
Add Kafka Gateway (#7231)
1 month ago
group_introspection.go
Add Kafka Gateway (#7231)
1 month ago
handler.go
fix: Use actual nodeID in HandleMetadataV1 and HandleMetadataV3V4
1 month ago
joingroup.go
fix Node ID Mismatch, and clean up log messages
1 month ago
metadata_blocking_test.go
feat: add context timeout propagation to produce path
1 month ago
metrics.go
Add Kafka Gateway (#7231)
1 month ago
offset_management.go
refactor: reduce verbosity of debug log messages
1 month ago
offset_storage_adapter.go
Add Kafka Gateway (#7231)
1 month ago
produce.go
fix: Remove context timeout propagation from produce that breaks consumer init
1 month ago
record_batch_parser.go
Add Kafka Gateway (#7231)
1 month ago
record_batch_parser_test.go
Add Kafka Gateway (#7231)
1 month ago
record_extraction_test.go
Add Kafka Gateway (#7231)
1 month ago
response_cache.go
Add Kafka Gateway (#7231)
1 month ago
response_format_test.go
Add Kafka Gateway (#7231)
1 month ago
response_validation_example_test.go
Add Kafka Gateway (#7231)
1 month ago