Skip to content

Conversation

@matus-cuper
Copy link
Contributor

Improve markdown formatting and fix JSON examples

--broker-list localhost:9092
--topic topic1
--property parse.key=true
--property key.schema='{"type":"record",name":"key_schema","fields":[{"name":"id","type":"int"}]}'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah! I was getting an issue because of missing double quote before "name" attribute as well

--topic topic1 \
--property parse.key=true \
--property key.schema='{"type":"record","name":"key_schema","fields":[{"name":"id","type":"int"}]}' \
--property "key.separator=$" \
Copy link

@izhukov1992 izhukov1992 Mar 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer:
--property key.separator="$"
I checked it on my side and it works too but look better for me

@mykaul mykaul added the documentation Improvements or additions to documentation label Mar 29, 2023
@dkropachev dkropachev force-pushed the master branch 5 times, most recently from 9d34a52 to 7a244f7 Compare August 5, 2025 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants