-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac9db14
commit 88b3ef5
Showing
62 changed files
with
243 additions
and
64 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
13 changes: 13 additions & 0 deletions
13
...luent-hub-components/confluentinc-kafka-connect-datagen/etc/connector_credit_cards.config
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "datagen-credit_cards", | ||
"config": { | ||
"connector.class": "io.confluent.kafka.connect.datagen.DatagenConnector", | ||
"kafka.topic": "credit_cards", | ||
"quickstart": "credit_cards", | ||
"key.converter": "org.apache.kafka.connect.storage.StringConverter", | ||
"value.converter": "org.apache.kafka.connect.json.JsonConverter", | ||
"value.converter.schemas.enable": "false", | ||
"max.interval": 1000, | ||
"tasks.max": "1" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...onfluent-hub-components/confluentinc-kafka-connect-datagen/etc/connector_inventory.config
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "datagen-inventory", | ||
"config": { | ||
"connector.class": "io.confluent.kafka.connect.datagen.DatagenConnector", | ||
"kafka.topic": "inventory", | ||
"quickstart": "inventory", | ||
"key.converter": "org.apache.kafka.connect.storage.StringConverter", | ||
"value.converter": "org.apache.kafka.connect.json.JsonConverter", | ||
"value.converter.schemas.enable": "false", | ||
"max.interval": 1000, | ||
"iterations": 10000000, | ||
"tasks.max": "1" | ||
} | ||
} |
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
13 changes: 13 additions & 0 deletions
13
...t-hub-components/confluentinc-kafka-connect-datagen/etc/connector_pageviews_string.config
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "datagen", | ||
"config": { | ||
"connector.class": "io.confluent.kafka.connect.datagen.DatagenConnector", | ||
"kafka.topic": "test1", | ||
"schema.string": "{\"type\": \"record\", \"namespace\": \"ksql\", \"name\": \"pageviews\", \"fields\": [{\"type\": {\"type\": \"long\", \"format_as_time\": \"unix_long\", \"arg.properties\": {\"iteration\": {\"start\": 1, \"step\": 10}}}, \"name\": \"viewtime\"}, {\"type\": {\"type\": \"string\", \"arg.properties\": {\"regex\": \"User_[1-9]{0,1}\"}}, \"name\": \"userid\"}, {\"type\": {\"type\": \"string\", \"arg.properties\": {\"regex\": \"Page_[1-9][0-9]?\"}}, \"name\": \"pageid\"}]}", | ||
"schema.keyfield": "pageid", | ||
"key.converter": "org.apache.kafka.connect.storage.StringConverter", | ||
"value.converter": "org.apache.kafka.connect.json.JsonConverter", | ||
"value.converter.schemas.enable": "false", | ||
"tasks.max": "1" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
.../confluent-hub-components/confluentinc-kafka-connect-datagen/etc/connector_product.config
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "datagen-product", | ||
"config": { | ||
"connector.class": "io.confluent.kafka.connect.datagen.DatagenConnector", | ||
"kafka.topic": "product", | ||
"quickstart": "product", | ||
"key.converter": "org.apache.kafka.connect.storage.StringConverter", | ||
"value.converter": "org.apache.kafka.connect.json.JsonConverter", | ||
"value.converter.schemas.enable": "false", | ||
"max.interval": 1000, | ||
"iterations": 10000000, | ||
"tasks.max": "1" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...onfluent-hub-components/confluentinc-kafka-connect-datagen/etc/connector_purchases.config
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "datagen-purchases", | ||
"config": { | ||
"connector.class": "io.confluent.kafka.connect.datagen.DatagenConnector", | ||
"kafka.topic": "purchases", | ||
"quickstart": "purchases", | ||
"key.converter": "org.apache.kafka.connect.storage.StringConverter", | ||
"value.converter": "org.apache.kafka.connect.json.JsonConverter", | ||
"value.converter.schemas.enable": "false", | ||
"value.converter.decimal.format": "NUMERIC", | ||
"max.interval": 1000, | ||
"tasks.max": "1" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...luent-hub-components/confluentinc-kafka-connect-datagen/etc/connector_stock_trades.config
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "datagen-stocktrades", | ||
"config": { | ||
"connector.class": "io.confluent.kafka.connect.datagen.DatagenConnector", | ||
"kafka.topic": "stock-trades", | ||
"quickstart": "Stock_Trades", | ||
"key.converter": "org.apache.kafka.connect.storage.StringConverter", | ||
"value.converter": "org.apache.kafka.connect.json.JsonConverter", | ||
"value.converter.schemas.enable": "false", | ||
"max.interval": 100, | ||
"iterations": 10000000, | ||
"tasks.max": "1" | ||
} | ||
} |
Oops, something went wrong.