I cloned a flow from production that has Kafka Message Listener. Replaced Kafka Message Listener with HTTP listener, so that I can load input payload and test it in local.
but when I click 'Test Connection' on Listener configuration (localhost and 8082), I get an error "Test Connection failed"[info] Scanning for project..
Details error log from help tab says - "Cannot find 'replicationFactor' in class org.mule.tools.model.anypoint.RuntimeFabricDeploymentSettings
Can someone please help me in here