Member since
11-21-2016
3
Posts
1
Kudos Received
0
Solutions
11-21-2016
03:33 PM
This is spout configuration in the code: Properties spoutProps = <strong>new</strong> Properties();
spoutProps.put("metadata.broker.list", props.getProperty(Constants.<strong><em>KAFKA_HOSTS_KEY</em></strong>));
spoutProps.put("serializer.class", "kafka.serializer.StringEncoder");
spoutProps.put("security.protocol", "SASL_PLAINTEXT");
config.put(KafkaBolt.<strong><em>KAFKA_BROKER_PROPERTIES</em></strong>, spoutProps); could you please be more specific as to how to get details about kafka spout spawned host?
... View more
11-21-2016
03:00 PM
We are running HDP 2.5 with kerberos. We see our messages in the kerberized kafka bus but storm spout doesn't pick it up.
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache Storm