mjsax commented on code in PR #13498:
URL: https://github.com/apache/kafka/pull/13498#discussion_r1157893712


##########
streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java:
##########
@@ -1536,7 +1536,7 @@ private Consumer<StreamThread> 
streamThreadLeaveConsumerGroup(final long remaini
                     
removeMembersFromConsumerGroupResult.memberResult(memberToRemove)
                         .get(remainingTimeMs, TimeUnit.MILLISECONDS);
                 } catch (final Exception e) {
-                    log.error("Could not remove static member {} from consumer 
group {} due to a: {}",
+                    log.error("Could not remove static member {} from consumer 
group {} due to:",
                         groupInstanceId.get(),
                         
applicationConfigs.getString(StreamsConfig.APPLICATION_ID_CONFIG), e);

Review Comment:
   ![Screen Shot 2023-04-04 at 5 22 07 
PM](https://user-images.githubusercontent.com/8959638/229950738-d000b29e-83b9-490b-a48c-67aafe8fc0dc.png)
   
   Hmmm... I was actually just reacting to an IntelliJ warning -- seems 
IntelliJ has a bug.
   
   Closing this PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to