Skip to content

Commit

Permalink
no need to final that object
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Apr 3, 2024
1 parent ac75d41 commit 0d9ebd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import scala.util.control.NonFatal
extends NoSerializationVerificationNeeded

// Used for transactions/EOS returns the current ConsumerGroupMetadata
final case object GetConsumerGroupMetadata extends NoSerializationVerificationNeeded
case object GetConsumerGroupMetadata extends NoSerializationVerificationNeeded

//responses
final case class Assigned(partition: List[TopicPartition]) extends NoSerializationVerificationNeeded
Expand Down

0 comments on commit 0d9ebd5

Please sign in to comment.