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 eb4f06c commit bc7da83
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import org.galaxio.gatling.kafka.request.builder.Avro4sAttributes
import scala.jdk.CollectionConverters._
import scala.reflect.ClassTag

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

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

0 comments on commit bc7da83

Please sign in to comment.