Skip to content

Commit

Permalink
Fix IndexOutOfBoundsException at KafkaCacheClientProduceFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaidics committed Oct 21, 2024
1 parent 5d1fc53 commit 4bb32c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ private void onClientInitialData(
doClientReplyAbortIfNecessary(traceId);
fan.onClientFanMemberClosed(traceId, this);
}
else
else if (!KafkaState.initialClosed(state))
{
fan.onClientInitialData(this, data);
}
Expand Down

0 comments on commit 4bb32c3

Please sign in to comment.