target-ready-2023 / datastreaming_team1

Target Ready - Spark/Scala - Team 1 - Kafka Data Streaming
1 stars 3 forks source link

Team 1 - Consume messages and validate business rules #28

Open SeetharamJayaram opened 1 year ago

SeetharamJayaram commented 1 year ago
  1. Consume messages from Kafka topic.
  2. Validate business rules

    • Check for selling channel - Move messages with different selling channel other than ONLINE,STORE,CROSSOVER into an error table.
    • Check price is not null or 0.If so, move it to error table.
    • Product id should be only numeric and 8 digit.