79611457

Date: 2025-05-07 21:58:10
Score: 0.5
Natty:
Report link

You can add a delay to slow down consumption, but it's best to do that in the code that's deserializing the records from Kafka. That's running in a separate thread, so your delay won't block other work being done by the subtask thread.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: kkrugler