Skip to content

Commit

Permalink
Fix documentation bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramindu90 committed May 13, 2019
1 parent 8e24542 commit 40f7d3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
description = " This specifies whether the Kafka source is to be run on a single thread," +
" or in multiple threads based on a condition. Possible values are as follows:\n" +
"`single.thread`: To run the Kafka source on a single thread.\n" +
"`topic-wise`: To use a separate thread per topic.\n" +
"`topic.wise`: To use a separate thread per topic.\n" +
"`partition.wise`: To use a separate thread per partition.",
type = {DataType.STRING}),
@Parameter(name = "partition.no.list",
Expand Down

0 comments on commit 40f7d3d

Please # to comment.