You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/07 04:09:04 UTC

[GitHub] vngantk commented on issue #3253: Can Producer and Consumer run with jdk1.7?

vngantk commented on issue #3253: Can  Producer and Consumer run with jdk1.7?
URL: https://github.com/apache/pulsar/issues/3253#issuecomment-451816538
 
 
   I have been doing a lot of Kotlin programming recently. One of the advantages of Kotlin is that it still supports JDK 1.6 because Kotlin is a very popular language for developing Android apps and the support for JDK 1.6 is a must. One approach to provide a pre-JDK1.8 client library is to rewrite or create an additional client library which is written in pure Kotlin. With proper annotations added, the Kotlin version of the client library can also be accessed by Java code without the need to program in Kotlin. This change also addresses the need for supporting Android as client.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services