projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be66ae4
)
write_kafka plugin: Topic property not being set
author
ciomaire
<unknown@email>
Mon, 26 Jan 2015 13:02:11 +0000
(14:02 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Mon, 26 Jan 2015 13:02:11 +0000
(14:02 +0100)
src/write_kafka.c
patch
|
blob
|
history
diff --git
a/src/write_kafka.c
b/src/write_kafka.c
index
e1d2f12
..
a2947d1
100644
(file)
--- a/
src/write_kafka.c
+++ b/
src/write_kafka.c
@@
-245,7
+245,7
@@
static void kafka_config_topic(rd_kafka_conf_t *conf, oconfig_item_t *ci) /* {{{
goto errout;
}
key = child->values[0].value.string;
- val = child->values[
0
].value.string;
+ val = child->values[
1
].value.string;
ret = rd_kafka_topic_conf_set(tctx->conf,key, val,
errbuf, sizeof(errbuf));
if (ret != RD_KAFKA_CONF_OK) {