Harshith Bolar
Harshith Bolar
I get this error when I add the property `"fetch.max.bytes": 1000000` while creating a consumer. ``` { "error_code": 400, "message": "Validation error on: body - $.fetch.max.bytes: is not defined in...
So I sent a few messages to Kafka after setting the `fetch.max.bytes` to 1 MB in application.properties, and when I did a fetch using `/records` api. I recieved a response...
@ppatierno The use case is to deliver messages from Kafka to an external client, because we cannot expose our internal Kafka architecture, we're using the Strimzi bridge to expose an...
No, the bridge is being used only for consuming. I'm using a different technology (Flink) for publishing messages to Kafka. The producer is sending around 15-20 JSON messages that add...
I changed the line to `kafka.consumer.fetch.max.bytes=1000001`. While creating the consumer, I see the property being picked up - ``` Jan 28 09:33:31 kafka_bridge_run.sh[28467]: fetch.max.bytes = 1000001 ``` But it still...
The issue happens when I publish around 10 GB of data to the topic and try a fetch from Strimzi. The topic has 30 partitions. There is just one bridge...
I added a new property `kafka.consumer.max.poll.records=1` to `application.properties`. This seems to have fixed it, the bridge now fetches just one message for every request to `/records` api so there are...
@ppatierno Yes, I'll close this.
Hi @ppatierno Reopening this issue as setting `max.poll.records` to 1 was just a work around. The issue still exists when I try to fetch large number of messages from Kafka....
I've attached the game, around line 1653, you'll see that the king captures the knight that is defended by the queen. Thereby moving into check.