David Melia
David Melia
@olegz I have a GitHub project as I have suffered from the same issues above - see https://github.com/davidmelia/spring-cloud-function-source-only. This project is a simple spring cloud function and spring cloud stream...
@marcingrzejszczak obviously this is your call but my take is: spring cloud contract has first class support for testing messaging communication and supporting batch seems to be a short hop...
Hi, I think this issue is related to my open issue https://github.com/facebook/rocksdb/issues/10651 I have tested the PR but doesn't fix the Arm Alpine Linux issue.
@sobychacko - I didn't think of doing that - I can confirm _spring.sleuth.function.enabled=false_ fixes the issue.
Hi, any more update on this? Thanks
@jcchavezs @shakuzen anymore updates here?
@marcingrzejszczak so this might be a terrible solution adding flatMapSequential to the existing reactorFluxStream but I can't see another way as Kafka is sequential: ``` private Object reactorFluxStream(SimpleFunctionRegistry.FunctionInvocationWrapper targetFunction, Publisher...
@marcingrzejszczak we couldn't figure it out and had to copy your TraceFunctionPatchAutoConfiguration and augment with the above flatMapSequential hack as are only using Kafka. Appreciated this is a poor solution...
Hi, related to this I noticed the AWS parameter store integration (3.0.0-M3) is stripped out when doing a native build such that it is invoked during the native build step...
Issue I have is ServerHttpObservationFilter is ordered as Ordered.HIGHEST_PRECEDENCE + 1 and I have three other filters. This gives me the only option to use Ordered.HIGHEST_PRECEDENCE which will randomly be...