Skip to content

Commit

Permalink
Updated Readme as multiple topics now supported for data ingestion
Browse files Browse the repository at this point in the history
Signed-off-by: Abhay Kishore <[email protected]>
  • Loading branch information
abhakish authored and arsulegai committed Apr 14, 2022
1 parent c2abdcd commit 1f4d12a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@ This component supports event-based architecture by consuming transactions throu
To configure it, use the below configuration in the application.yml file.
```
kafka:
integration:
brokerHost: <Hostname with Port>
integration-points:
-
brokerHost: <Hostname1 with Port>
groupId: <Group ID>
topic: <Topic Name>
-
brokerHost: <Hostname2 with Port>
groupId: <Group ID>
topic: <Topic Name>
# For Azure EventHub
Expand Down

0 comments on commit 1f4d12a

Please sign in to comment.