Anthony Milbourne

Results 5 issues of Anthony Milbourne

Hi, I am looking at your code (thanks for making it available - very helpful) with a view to supporting dynamic request payloads. The use case is stateful APIs. For...

https://github.com/llofberg/kafka-connect-rest/blob/bc0e85ccd95496d9a71162c85c2fce272ec6e7ab/kafka-connect-rest-plugin/src/main/java/com/tm/kafka/connect/rest/http/executor/OkHttpRequestExecutor.java#L71-L86 This code takes the payload string and URL Encodes it (line 85). However, if the string was of the form `a=b` then it will be encoded to `a%3Db` -...

When I look at the report output, my first thought (particularly with numeric types) is, what if the data changes a bit? It might be useful to give an idea...

Hi Ian, Thanks for putting this together, I had never really thought about this but it makes a lot of sense. I was looking at the example notebook and trying...

Hi, I found your project very helpful (thanks), but it didn't do everything I needed so I have added some features. I think they would be generally useful to others,...