Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public SchemaRegistryCoordinator(
heartbeatIntervalMs,
groupId,
Optional.empty(),
Optional.empty(),
Comment on lines 83 to +84
Copy link

Copilot AI Jun 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The duplicated Optional.empty() calls are ambiguous. Consider using named constants or inline comments to clarify which Optional.empty() corresponds to the group instance ID and which to the new rack ID parameter.

Suggested change
Optional.empty(),
Optional.empty(),
GROUP_INSTANCE_ID_EMPTY,
RACK_ID_EMPTY,

Copilot uses AI. Check for mistakes.
retryBackoffMs,
retryBackoffMaxMs,
true
Expand Down