You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gi...@git.apache.org on 2017/08/12 15:23:32 UTC

[GitHub] merlimat commented on issue #683: ReflectionFactory is internal proprietary API and may be removed

merlimat commented on issue #683: ReflectionFactory is internal proprietary API and may be removed
URL: https://github.com/apache/incubator-pulsar/issues/683#issuecomment-321987807
 
 
   I haven't found a way to fix this. We are using the `ReflectionFactory` in tests to instantiate a Zookeeper client instance without invoking the constructor (in the `MockZookeeper`).
   
   Not calling the constructor is critical because `Zookeeper` class is trying to do many thing (like connecting) from the constructor and there is no other interface.
 
----------------------------------------------------------------
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