Member since
04-30-2015
61
Posts
4
Kudos Received
0
Solutions
01-03-2017
08:56 AM
i should have been more specific.. i'm looking for kafka connector class for rdbms as source. can you please let me know the connector class or any doc for reference... thanks, sathish
... View more
01-03-2017
08:48 AM
its not specific to mysql... connector class for "rdbms" source. thanks, sathish
... View more
01-03-2017
06:57 AM
@Sandeep Nemuri right now I'm testing with RDMS source(mysql) and kafka connect is failing for "connector.class". how can i find the correct connector class for rdms(mysql database). i've tried with org.apache.kafka.connect.jdbc.JdbcSourceConnector,io.confulent.connect.jdbc.JdbcSourceConnector and both are not exist. thanks, sathish
... View more
01-03-2017
04:35 AM
yes.. its was problem with the security protocol.. i've changed them now and it started working now. is there any link or doc for parameter reference ? thanks, sathish
... View more
01-02-2017
10:49 AM
@Sandeep Nemuri i've setup port 6667 with sec.protocol to plaintextsasl.. but kafka connect by default running with producer properties (security.protocol = PLAINTEXT) . how can i override the parms for kafka connect. i've updated the parms in standalone.properties but kafka connect is not taking the parm while starting it. how should change the producer properties for kafka connect ? thanks, sathish
... View more
01-02-2017
10:11 AM
see the below error msg's ..it says connection refused for the broker host. DEBUG Connection with tstr400367.abc-test.com/10.246.131.35 disconnected (org.apache.kafka.common.network.Selector:307) java.net.ConnectException: Connection refused at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739) at org.apache.kafka.common.network.PlaintextTransportLayer.finishConnect(PlaintextTransportLayer.java:54) at org.apache.kafka.common.network.KafkaChannel.finishConnect(KafkaChannel.java:72) at org.apache.kafka.common.network.Selector.poll(Selector.java:274) at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:256) at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:216) at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:128) at java.lang.Thread.run(Thread.java:745) i've mentioned proper node name with port id, now am not sure what to check thanks, sathish
... View more
01-02-2017
10:02 AM
yes.. i've started in debug mode.. please gimme some time .. am going through the logs now
... View more
01-02-2017
09:58 AM
right now i see all below parms in connect-log4j properties log4j.rootLogger=INFO, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n log4j.logger.org.apache.zookeeper=ERROR log4j.logger.org.I0Itec.zkclient=ERROR thanks, sathish
... View more
01-02-2017
09:57 AM
there are no such parms for kafak connect-log4j.properties.. can you please let me know the parameter thanks, sathish
... View more
01-02-2017
09:13 AM
@Sandeep Nemuri yup., i've tried that too.. but still same error thanks, sathish
... View more