Ivan Yurchenko

Results 42 comments of Ivan Yurchenko

Would you consider a patch like https://github.com/httplib2/httplib2/pull/202?

Полагаю, дело в том, что где-то в названии альбома есть не-ASCII-символ, виндовая консоль без плясок с бубном не примет. Быстрое, но не самое чистое решение — проверять, работаем ли мы...

Хм, вероятно. Там можно тоже самое сделать, только вместо `replace` — `ignore`, например, т.к. replace заменяет на "?"

Hi. Probably, https://github.com/traviscrawford/spark-dynamodb/pull/40 solves the issue

@mislavperi could you please elaborate why you need it to be distributed via Maven?

Hi @cgokulnath It seems one of the values in the topic cannot be serialized as JSON.

`Sending failed and no retries remain, stopping` indicates that there's some issue with sending the HTTP requests. You need to check the earlier logs to get find the error.

Hi, No, not at the moment

Sorry for the very long delay! Do I understand correctly that you think of integration like in [this test](https://github.com/apache/kafka/blob/38c1e96d2c2084c7f3c3f9e5309ca91953e7c88f/connect/runtime/src/test/java/org/apache/kafka/connect/integration/ErrantRecordSinkConnector.java), i.e. the connector will itself send messages to the DLQ?

Sounds good to me, @CodeLikeAGecko, please submit the PR! I think a good strategy would be to fail somewhere in the configuration checking with the error message if both DLQ...