consumers/bridge-consumer-group/instances/bridge-consumer/records Always returning HTTP 200 with [] array #760
sreejesh-radhakrishnan-db
started this conversation in
General
Replies: 1 comment 1 reply
-
KAFKA 3.1.0 and Operator 0.28 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the steps from https://strimzi.io/docs/bridge/latest/#proc-bridge-subscribing-consumer-topics-bridge and when I run curl to consumers/bridge-consumer-group/instances/bridge-consumer/records I am getting empty array [].
Full command and log trace below:
OUTPUT:
COMMAND 2:
OUTPUT AND LOG:
COMMAND 3:
curl -X GET \ http://my-bridge-bridge-service.myapp-kafka:8080/consumers/bridge-consumer-group/instances/bridge-consumer/records \ -H 'accept: application/vnd.kafka.json.v2+json'
and CURL output was :
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 2 100 2 0 0 18 0 --:--:-- --:--:-- --:--:-- 18
[]
please let me know where I am going wrong?
Beta Was this translation helpful? Give feedback.
All reactions