Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


Status

Current state: Under Discussion Accepted

Discussion thread: here

JIRA: KAFKA-4426

...

Code Block
languagejava
titleConsumer close with timeout
/**
 * Tries to close the consumer cleanly within the specified timeout. If the close does not complete within the
 * timeout, force close the producerconsumer.
 */
public void close(long timeout, TimeUnit unit);

...