Hi, Is it possible to call connector operations from APIM mediation sequence ?
>From what I have read and understood it must be possible : - Each connector provides a set of operations , which you call from your proxy services, sequences, and APIs to interact with that product (https://docs.wso2.com/display/ESBCONNECTORS/WSO2+ESB+Connectors). - Interate this in api sequence : <kafkaTransport.publishMessage configKey="kafkaTransport.init"> <topic>topicName</topic> <partitionNo>partitionNo</partitionNo> <topicName.Content-Type>Value</topicName.Content-Type> </kafkaTransport.publishMessage> <kafkaTransport.init> <bootstrapServers>localhost:9093</bootstrapServers> <keySerializerClass>org.apache.kafka.common.serialization.StringSerializer</keySerializerClass> <valueSerializerClass>org.apache.kafka.common.serialization.StringSerializer</valueSerializerClass> <securityProtocol>SSL</securityProtocol> <sslTruststoreLocation>/home/hariprasath/Desktop/kafkaNewJira/certKafka/kafka.server.truststore.jks</sslTruststoreLocation> <sslTruststorePassword>test1234</sslTruststorePassword> <sslKeystoreLocation>/home/hariprasath/Desktop/kafkaNewJira/certKafka/kafka.server.keystore.jks</sslKeystoreLocation> <sslKeystorePassword>test1234</sslKeystorePassword> <sslKeyPassword>test1234</sslKeyPassword> </kafkaTransport.init> Which feature (s) do I need to install to make it work? it should be like datamapper (https://medium.com/working-with-wso2-products/how-to-install-datamapper-mediator-in-wso2-api-manager-2-1-0-5a2c07885e1d) Thanks, Youcef HILEM -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Architecture-f62919.html _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
