Skip to content

Commit

Permalink
in_kafka: fix type in help text
Browse files Browse the repository at this point in the history
Signed-off-by: CoreidCC <[email protected]>
  • Loading branch information
coreidcc committed Nov 28, 2024
1 parent 6357338 commit f94cf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_kafka/in_kafka.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ static struct flb_config_map config_map[] = {
{
FLB_CONFIG_MAP_BOOL, "enable_auto_commit", FLB_IN_KAFKA_ENABLE_AUTO_COMMIT,
0, FLB_TRUE, offsetof(struct flb_in_kafka_config, enable_auto_commit),
"Relay on kafka auto-commit and commit messages in batches"
"Rely on kafka auto-commit and commit messages in batches"
},
/* EOF */
{0}
Expand Down

0 comments on commit f94cf72

Please sign in to comment.