jms-topic Questions
5
Solved
How to delete Kafka topic using Kafka REST Proxy? I tried the following command, but it returns the error message:
curl -X DELETE XXX.XX.XXX.XX:9092/topics/test_topic
If it's impossible, then ho...
Lucilius asked 4/1, 2017 at 11:8
4
Solved
When I run the following command with kafka 0.9.0.1, I get these warnings[1]. Can you please tell me what is wrong with my topics? (I'm talking to the kafka broker which runs in ec2)
./kafka-consol...
Pock asked 6/4, 2016 at 1:21
7
I'm using 0.9.0.0 version of Kafka and I want to count the number of messages in a topic without using the admin script kafka-console-consumer.sh.
I have tried all the commands in the answer Java,...
Rivard asked 22/1, 2017 at 15:23
2
What does JMS session exactly mean?
What does it mean that a JMS session can be or not "transacted"?
What does it mean that a JMS session can be or not with "auto-acknowledge"?
1
Im publishing to the remote kafka server and try to consume messages from that remote server. (Kafka v 0.90.1)
Publishing works fine but nor the consuming.
Publisher
package org.test;
import jav...
Chandless asked 4/4, 2016 at 2:49
1
© 2022 - 2024 — McMap. All rights reserved.