Raul Dinegri

Results 9 comments of Raul Dinegri

It is happening in our cluster as well. We have almost 2000 topics, because of that we noticed a latency increase in kafka request handler because it is writing in...

Yes, I have seen. Well I understood that raml 1.0 does not support at least yet something like that [openapi/multipart](https://swagger.io/docs/specification/describing-request-body/multipart-requests/)

I also need this and I am thinking to implement it but before that I really want to believe you when you said “You can use JSONConverter in a sink...

Http sink connector has launched an option to output in json using AvroConverter Please check the latest version, about transformation I cannot help you

> > > This one change led to the HDFS sink using an external kerberos ticket and all of our tests proved successful. Here is what we tested: > >...

After digging a little bit more I have found this here in the issues: https://issues.apache.org/jira/browse/HDFS-16165 I will migrate for HDFS Sink 3 once we have a annual contract with Confluent...

HDFS Sink 3 does not fix this issue. Is is available only using a commercial license Following instruction here https://github.com/confluentinc/kafka-connect-hdfs/issues/225 fix the issue

Hi @AlanConfluent, any chances of this PR be reviewed? We start using ksqlDB in the company I work and we face this issue once we are trying to configure ksqlDB...

You can control consumer batch size thought consumer.override.max.poll.records in the connector config and enable aws.lambda.batch.enabled, but before that you have to enable override policy in the worker config using connector.client.config.override.policy=All