Typical command prompt is $ sign. That would be better than >.
Sent from my iPhone
On May 25, 2019, at 12:01 PM, Jonathan Santilli
wrote:
Hello Tom, It is great that you figure it out.
About the ">" is what is used to represent the prompt where the user will
type the command. Am not sure is
Hello Tom, It is great that you figure it out.
About the ">" is what is used to represent the prompt where the user will
type the command. Am not sure is a good idea to remove it, however there is
always room for improvement.
Cheers,
--
Jonathan
On Sat, May 25, 2019, 6:51 PM Tom Kwong wrote:
OK, I've figured it out. It's a dumb mistake, and I think it may help
others if I post how I messed it up.
When I tried to copy the the instruction, it included the leading ">"
prompt character. That's bad because it just zeroes out the
kafka-topics.sh script!
*ubuntu@ip-172-31-44-82*:*~/kafka_2
I was unable to create the test topic. No error message though...
$ bin/kafka-topics.sh --create --bootstrap-server localhost:9092
--replication-factor 1 --partitions 1 --topic test
$ bin/kafka-topics.sh --list --bootstrap-server localhost:9092
$
I was curious what happens if I continue with s
Hello Tom,
did you follow all the steps as instructed in the quickstart? the log is an
INFO, while doing it, you will notice logs with the message
"Error:KeeperErrorCode = NoNode" in different places, this is normal, is
the way it works or how have been designed the interaction from the Broker
to
Yes, i first noticed that it failed at step 3 (creating topic) but when I
reviewed the log, the error already happened by step 2.
https://kafka.apache.org/quickstart
On May 23, 2019, at 1:52 AM, Robin Moffatt wrote:
Hi Tom,
Can you link to which quickstart instructions you're following?
tha
Hi Tom,
Can you link to which quickstart instructions you're following?
thanks.
--
Robin Moffatt | Developer Advocate | ro...@confluent.io | @rmoff
On Thu, 23 May 2019 at 07:35, Tom Kwong wrote:
> Hi,
> I’m getting the following error (NoNode for /brokers) on a fresh new
> install of kafk
Hi,
I’m getting the following error (NoNode for /brokers) on a fresh new install of
kafka. There are more similar errors after that. Is there any specific
requirements to run Kafka?
[2019-05-23 06:13:58,199] INFO Accepted socket connection from /127.0.0.1:47078
(org.apache.zookeeper.server.