[
https://issues.apache.org/jira/browse/FINERACT-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17216095#comment-17216095
]
Chinmay Kulkarni commented on FINERACT-1214:
--------------------------------------------
The configOptions that were required were just library (retrofit2) and
useRxJava2 (true) since this was for Android. If we are going forward with the
option of creating multiple SDKs then we can have one specifically for Android
with these configurations and that will serve the purpose.
_Do you HAVE to stick to Java older than 11?_ No, nothing as such. But anyway,
I don't think there is any option in Swagger Codegen which lets us specify
support only for Java older than 11.
> SDK Swagger Client Java API methods returning Rx Observable are not intuitive
> for Java developers
> -------------------------------------------------------------------------------------------------
>
> Key: FINERACT-1214
> URL: https://issues.apache.org/jira/browse/FINERACT-1214
> Project: Apache Fineract
> Issue Type: Bug
> Reporter: Michael Vorburger
> Assignee: Aleksandar Vidakovic
> Priority: Major
>
> I am, for the first time, attempting to fool around with our shiny new SDK
> Client Java API, for FINERACT-1209.
> I've noticed that we have configured all the service methods to returned Rx
> Observable. I'm aware of what that is, and perhaps I'm just too old and
> grumpy, but I'm not sure I like that... and am concerned that average Joe
> Java develpers using this SDK may get confused by it.
> Isn't the reality that in many many typical usages folks would just always do
> {{.blockingSingle()}} anyway? And even if we went all-in reactive in our
> SDK... A REST API call doesn't really return a _Stream_ - so the API as-is
> doesn't seem natural, to me.
> Should we go mad and build and publish SEVERAL Fineract SDK Swagger Client
> Java API libraries? io.reactivex for anyone smoking that, good ol' plain
> simple non-reactive, modern Java 11, older Java 6, 7 AND 8 (Android?)... the
> more the merrier?!
> [~aleks] [~ChinmayKulkarni] [~ptuomola] [~manthan]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)