-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Doc] Add *Netty source connector guide* #5253
Conversation
$ docker exec -it pulsar-netty-standalone /bin/bash | ||
|
||
$ curl -X POST --data 'hello, world!' http://127.0.0.1:10999/ | ||
``` |
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.
@tuteng are step 6 and step 7 correct?
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.
Yes, it is correct.
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.
@tuteng could you please help review? Thank you
$ docker exec -it pulsar-netty-standalone /bin/bash | ||
|
||
$ curl -X POST --data 'hello, world!' http://127.0.0.1:10999/ | ||
``` |
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.
Yes, it is correct.
run integration tests |
@merlimat Thank you |
Fix #5015