-
Notifications
You must be signed in to change notification settings - Fork 2.9k
update kafka instructions for dealing with messages etc #10171
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
update kafka instructions for dealing with messages etc #10171
Conversation
### Sending messages to Kafka server | ||
The Kafka server should be running at this point, but in its current state no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: blending in context with instruction to ssh makes this a little difficult to parse.
# Note: If the project name has `:` in it that signifies a project within an | ||
# organization (e.g. `example.com:project-id`), replace those with `/` so that | ||
# the Kafa image can be found appropriately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/Kafa/Kafka
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lots of nits and some suggestions but not blocking.
Description
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
pom.xml
parent set to latestshared-configuration
mvn clean verify
requiredmvn -P lint checkstyle:check
requiredmvn -P lint clean compile pmd:cpd-check spotbugs:check
advisory only