dajac commented on code in PR #16883:
URL: https://github.com/apache/kafka/pull/16883#discussion_r1719731148


##########
coordinator-common/src/main/java/org/apache/kafka/coordinator/common/CoordinatorRecord.java:
##########
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.kafka.coordinator.group;
+package org.apache.kafka.coordinator.common;

Review Comment:
   I wonder if we should move `CoordinatorRecord`, `CoordinatorMetrics`, 
`CoordinatorMetricsShard` and `CoordinatorRuntimeMetrics` to the `runtime` 
package too. They are all generic classes which are part of the runtime 
framework in my opinion. What do you think?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to