Skip to content

Commit

Permalink
feat: add silent option
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarkhwar committed May 9, 2024
1 parent 06d5986 commit eb4f06c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import org.galaxio.gatling.kafka.request.builder.Avro4sAttributes
import scala.jdk.CollectionConverters._
import scala.reflect.ClassTag

case class KafkaRequestAvro4sActionBuilder[K: ClassTag, V: ClassTag](attributes: Avro4sAttributes[K, V])
case class KafkaRequestAvro4sActionBuilder[K, V](attributes: Avro4sAttributes[K, V])
extends ActionBuilder with NameGen {

override def build(ctx: ScenarioContext, next: Action): Action = {
Expand Down

0 comments on commit eb4f06c

Please sign in to comment.