Connect/KStreams: rename existing tutorial to differentiate from upcoming tutorial
See original GitHub issueIssue Description
JDBC source connector does not add a key but most KStreams operations require a key.
The key can be added in one of two places:
- In Kafka Streams: captured by KT https://github.com/confluentinc/kafka-tutorials/issues/123 (done)
- In the Connect framework with an SMT: captured by KT https://github.com/confluentinc/kafka-tutorials/issues/122 (open)
However, the naming of the first tutorial (which is already done and live) is too broad and cannot be differentiated from the new tutorial. It doesn’t specify
(a) where the key is added (KStreams vs Connect) (b) the format (SpecificAvro vs JSON)
This GH issue is to rename the existing tutorial to be more specific, to disambiguate from the other tutorial (and future tutorials)
Initial proposal:
- Rename the existing one at https://github.com/confluentinc/kafka-tutorials/issues/123 to
connect-jdbc-kstreams-rekey-specificavro
, with similar title - Name the new one at https://github.com/confluentinc/kafka-tutorials/issues/122 to
connect-jdbc-rekey-smt-kstreams-json
, with similar title
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Tutorial - Flowsheet
Tutorial. Flowsheet. We will start creating our flowsheet by adding a reactor from Model Library toolbar to the Process Flowsheet Window.
Read more >Programmatically manage contact flows with new Amazon ...
In this blog, you learn how to leverage Amazon Connect contact flow APIs to automate create, read, update, and publish functions through a...
Read more >Change mappings and settings for a data stream - Elastic
Update the index template used by the data stream. This ensures the new field mapping is added to future backing indices created for...
Read more >How to Rename File in R? Using file.rename()
When renaming multiple files at a time, use Vector to specify the old and new names. To replace all files in a directory...
Read more >Image Streams in OpenShift: What You Need to Know
If I could rename image streams, I'd probably call them image references. What does an image stream do? An image stream acts as...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rmoff, given the constraints of the site structure and the existing content patterns, I think combining these tutorials makes the most sense.
With the tabs at the top of the combined tutorial in mind, we’d have:
Yes. If we need to add more, specific introductory material to the KStreams tutorial, we can create an optional space for that content in the template, which would be displayed only in the Kafka Streams flavor.
Yeah, this is a bit awkward, but I agree it’s the best bet given the options.
Seems good to me.
How does this sound overall? Thoughts @ybyzek?
#299 closes this.