fcmdeveloper1

Results 10 comments of fcmdeveloper1

hi All, is the asyncAPI implemented? i used the springwolf and there is some mismatch for the discriminator field, which AsyncAPI expecting to have it plain, however swagger 3 is...

Dear @timonback, this means that by adding the `@AsyncListener` annotation, the LearningEvent payload only will be shown and the other payload of the method itself will be ignored which is...

Dear @timonback, i though from the documentation, it is mentioned that the @AsyncListener has a higher precedence over the method payload itself, that's why i raised this defect and this...

Dear @timonback, i tested it and it seems it works fine if the payload of the method has the same generics object public void receiveExamplePayload2( @Payload(required = true) List records,...

Dear @timonback, i got your point, but is there a possibility to add a flag in the @asyncLister to mention if we need to have the @KafkaListener or not for...

Dear @timonback, i tried for java and i have duplicate messages, although i used the @AsyncListener which should override the payload in the method itself. but the topic name and...

Dear @timonback, any update or work around for this My Best Regards

Dear @timonback, yes, exact project, you can reproduce the issue, also, you can see the behavior if you omit the "allOf" and "discriminatorProperty" from the LearningEvent object which is the...

Dear @timonback, i think i was not clear enough, if you omit the allOf and discriminatoProperty from the LearningEvent object, the fields of the parent will not be rendered or...

Dear @timonback, thanks for your suggestions, and this is my comments for both options and i am not sure if it is doable or the changes are huge: 1. The...