NIFI-2670 minor doc edit to remove kafka.key.hex reference

This commit is contained in:
joewitt 2016-08-25 22:17:07 -04:00
parent 58e0ce7f92
commit 405252244e
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class PublishKafka_0_10 extends AbstractSessionFactoryProcessor {
.name("kafka-key")
.displayName("Kafka Key")
.description("The Key to use for the Message. It will be serialized as UTF-8 bytes. "
+ "If not specified then the flow file attribute kafka.key.hex is used if present "
+ "If not specified then the flow file attribute kafka.key is used if present "
+ "and we're not demarcating. In that case the hex string is coverted to its byte"
+ "form and written as a byte[] key.")
.required(false)