Fernando Blanch Calvete
Fernando Blanch Calvete
Thank you very much for the information @olegz ! Yes, the behaviour is as you describe, but I'm afraid that the property "spring.cloud.stream.function.autodetect" has no effect in the latest version...
Hello @olegz ! just to inform, now in version 3.1.2 this workaroung is not valid: `Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'supplierInitializer' defined in class path resource [org/springframework/cloud/stream/function/FunctionConfiguration.class]:...
> @ferblaca Thanks for reporting this issue (and the sample app). Turned out to be a bug that was introduced recently. See [this PR](https://github.com/spring-cloud/spring-cloud-stream/pull/2418) that fixes the issue. We will...
@sobychacko Now works correctly with version 3.2.6-SNAPSHOT of the kafka binder. Thank you very much!
Ok @sobychacko , It would be great to indicate this part in the documentation to avoid confusion. Thank you very much!
Any progress with this problem? In my case, even adding the `local.settings.json` file with the `MAIN_CLASS` attribute correctly, when I package in [.zip format](https://learn.microsoft.com/en-us/azure/azure-functions/deployment-zip-push#cli) the `stagingDirectory` and deploy it in...
> Hi @ferblaca , I can not reproduce the issue on my local, can you share a repo that include the your code I can take a look then. Thanks....
If you agree, we could contribute this change if you think it is correct. Thank you very much!
> This is a default protection mechanism. As explained in the error message, you can enable the JSONWriter.Feature.LargeObject feature. After enabling the LargeObject feature, the size can exceed 64M. Hi...
> > This is a default protection mechanism. As explained in the error message, you can enable the JSONWriter.Feature.LargeObject feature. After enabling the LargeObject feature, the size can exceed 64M....