Skip to content

Commit

Permalink
add connectors as json files
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-confluent committed Nov 8, 2021
1 parent f08d006 commit f66aa97
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions connectors/connector-datagen-trades.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"connector.class" : "io.confluent.kafka.connect.datagen.DatagenConnector",
"kafka.topic" : "stockapp.trades",
"quickstart" : "Stock_Trades",
"max.interval" : "8000",
"tasks.max" : "1"
}
7 changes: 7 additions & 0 deletions connectors/connector-datagen-users.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"connector.class" : "io.confluent.kafka.connect.datagen.DatagenConnector",
"kafka.topic" : "stockapp.users",
"quickstart" : "Users_",
"max.interval" : "8000",
"tasks.max" : "1"
}

0 comments on commit f66aa97

Please sign in to comment.