You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current Implementation, the plugin is not compatible with Java even though Gatling provides multiple compatibilities with Scala/Java/Kotlin. Therefore to make it Java compatible it is needed to apply a minor refactor at KafkaRequestBuilderBase.scala to remove the double nested class definition for def replyTopic(outputTopic: Expression[String], headerIdentifier:Option[String] = None)
and def requestTopic(rt: Expression[String]): RRInTopicStep = RRInTopicStep(rt)
I will propose a solution to this issue in a feature/branch
The text was updated successfully, but these errors were encountered:
With the current Implementation, the plugin is not compatible with Java even though Gatling provides multiple compatibilities with Scala/Java/Kotlin. Therefore to make it Java compatible it is needed to apply a minor refactor at
KafkaRequestBuilderBase.scala
to remove the double nested class definition fordef replyTopic(outputTopic: Expression[String], headerIdentifier:Option[String] = None)
and
def requestTopic(rt: Expression[String]): RRInTopicStep = RRInTopicStep(rt)
I will propose a solution to this issue in a feature/branch
The text was updated successfully, but these errors were encountered: