-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* authentication + fixed topic support
- Loading branch information
Showing
5 changed files
with
63 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
<configuration name="event_kafka.conf" description="Kafka Event Configuration"> | ||
<settings> | ||
<param name="bootstrap-servers" value="localhost:9092"/> | ||
<param name="topic-prefix" value="topic_name"/> | ||
<param name="topic-prefix" value="topic_prefix"/> | ||
<param name="topic" value="" /> <!-- set either topic-prefix or topic, incase both are defiend topic value would be used. --> | ||
<param name="username" value="" /> <!-- set it only if you have sasl enabled on your kafka cluster --> | ||
<param name="password" value="" /> | ||
<param name="buffer-size" value="16" /> | ||
</settings> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters