confluentinc / kafka-connect-datagen

Connector that generates data for demos
Apache License 2.0
19 stars 87 forks source link

Made changes to SHOE based schemas #119

Closed garrix-fan closed 2 years ago

garrix-fan commented 2 years ago

Problem

Changes to be made for SHOE schemas:

  1. Add brand field to SHOES with fake brands
  2. Add fake names in SHOES
  3. Rename timestamp fields to ts
  4. Add fake data for name, email, phone and street_address in SHOE_CUSTOMERS.

Solution

Does this solution apply anywhere else?
If yes, where?

Test Strategy

Testing done:

Release Plan