Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos in JSON files and markdown formatting issues #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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
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