Mark Cox
                                            Mark Cox
                                        
                                    Thanks for that information @kijanowski As this behavior was still happening in the latest 5.5.x version of Rest Proxy, I created a simple PR based on your suggestion.
Hi @e11it, Could you try with the parameter `producer.auto.register.schemas=false` in your `kafka-rest.properties` configuration file and see if that disables schema auto registration? If that has the desired effect then for...
Hi @TrueWill I tried to reproduce this on CP 5.5.0 and it looks to have been fixed. If I attempt to send a record without a key to a compacted...
Hi @pramodgudipati, Could you share a little more information around this, for example, how exactly are you committing offsets? Also, what are the scenarios is which this duplication happens? Does...
Hi @abhi-dnyate, What do you get if you try and use the recommended REST Proxy v2 API method (Note: the v1 API has been marked for deprecation), see the following...
Hi @abhi-dnyate, Glad to hear you got past the `"Topic not found"` error -- I had tried to recreate your scenario on my local 5.5.1 installation but couldn't reproduce the...
Hi @abhi-dnyate, There isn't a REST Proxy API call to map timestamps to offsets, but you have a couple of options here: 1. You could use the Java `offsetsForTimes()` method...
Hi @ClumsySmurf I know your question was posted a little while back, but which version of the Rest Proxy were you using during your testing? I just ran the same...