kafka-tutorials icon indicating copy to clipboard operation
kafka-tutorials copied to clipboard

Omni-channel retail recipe

Open davetroiano opened this issue 1 year ago • 1 comments

Description

asana

Staging Docs

http://kafka-tutorials-staging.s3-website-us-west-2.amazonaws.com/omnichannel_retail_recipe/ http://kafka-tutorials-staging.s3-website-us-west-2.amazonaws.com/omnichannel_retail_recipe/omnichannel-commerce/confluent.html

New tutorial checklist

  • [x] Implement good test cases (if relevant)
  • [x] Validate hyperlinks
  • [x] Spell check (e.g. using aspell)
  • [x] Full code validated in Confluent Cloud
  • [x] SQL style/syntax consistent to existing recipes
  • [x] Validate presentation with bundle exec jekyll serve --livereload
  • [x] Tutorial added to appropriate index.html or use-case.html file
  • [x] Source connector's auto topic naming convention works with the ksqlDB app values for KAFKA_TOPIC (if relevant)

davetroiano avatar Sep 15 '22 21:09 davetroiano

build failure unrelated - new test case passes

davetroiano avatar Oct 11 '22 15:10 davetroiano

I see this in the tutorial Screen Shot 2022-10-20 at 6 01 25 PM

But I don't see any insert statements and I can't see in the source where this text is coming from

bbejeck avatar Oct 20 '22 22:10 bbejeck

I see this in the tutorial Screen Shot 2022-10-20 at 6 01 25 PM

But I don't see any insert statements and I can't see in the source where this text is coming from

good catch. This comes from shared content shared/markup/ccloud/connect.adoc. For the three recipes that use datagen and no inserts (this one, campaign finance, clickstream), I removed the reference and it reads much better.

davetroiano avatar Oct 21 '22 12:10 davetroiano