Skip to content

Double nested Classes are not compatible with Java #99

@mmartin-paxos

Description

@mmartin-paxos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions