File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
streams/src/main/java/org/apache/kafka/streams Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ public class KafkaStreams implements AutoCloseable {
237
237
* </li>
238
238
* <li>
239
239
* REBALANCING state will transit to RUNNING if all of its threads are in RUNNING state
240
- * (Note: a thread transits to RUNNING state, if all active tasks got restored are are ready for processing.
240
+ * (Note: a thread transits to RUNNING state, if all active tasks got restored are ready for processing.
241
241
* Standby tasks are not considered.)
242
242
* </li>
243
243
* <li>
@@ -1678,7 +1678,7 @@ public synchronized boolean close(final CloseOptions options) throws IllegalArgu
1678
1678
* Shutdown this {@code KafkaStreams} by signaling all the threads to stop, and then wait up to the timeout for the
1679
1679
* threads to join.
1680
1680
* @param options contains timeout to specify how long to wait for the threads to shut down, and a flag
1681
- * {@link org.apache.kafka.streams.CloseOptions.GroupMembershipOperation. LEAVE_GROUP} to
1681
+ * {@link org.apache.kafka.streams.CloseOptions.GroupMembershipOperation# LEAVE_GROUP} to
1682
1682
* trigger consumer leave call
1683
1683
* @return {@code true} if all threads were successfully stopped—{@code false} if the timeout was reached
1684
1684
* before all threads stopped
You can’t perform that action at this time.
0 commit comments