io
io copied to clipboard
What will trigger this log when i using tfio.experimental.streaming.KafkaBatchIODataset api?
condition: tensorflow: 2.5.0 tensorflow-io: 0.19.0 datasource: kafka 2.1.1 application scenario: online learning
When i running the task,i found the error message: E tensorflow_io/core/kernels/kafka_kernels.cc:45] EVENT_THROTTLE: 2ms by ip:port id ****
I want to know what will trigger this log ?
@TTian-vivo I think this reference can help.
A snippet from that doc:
Kafka currently supports quotas by data volume. Clients that produce or fetch messages at a byte rate that exceeds their quota are throttled by delaying the response by an amount that brings the byte rate within the configured quota.