elasticsearch-jdbc icon indicating copy to clipboard operation
elasticsearch-jdbc copied to clipboard

Any support for accessing data through weblogic jndi ?

Open cabhi opened this issue 9 years ago • 3 comments

Hi is there any planned feature to access data through weblogic jndi ?

cabhi avatar Oct 06 '16 08:10 cabhi

No. JNDI is a different story.

jprante avatar Oct 06 '16 08:10 jprante

thanks for the quick response. can you provide me input pointers in that direction ? i will try to implement and contribute back.

cabhi avatar Oct 06 '16 09:10 cabhi

I don't think it's possible to start with JDBC importer.

I also think indexing in Elasticsearch makes no sense because JNDI is a Java-centric naming service. The task of JNDI is fast lookup of Java objects from a directory which would be impossible in Elasticsearch: there are no Java objects in Elasticsearch, there is no directory in Elasticsearch, and there are also no faster lookups.

http://www.oracle.com/technetwork/java/jndi/index.html

https://docs.oracle.com/cd/E13222_01/wls/docs103/jndi/over.html

jprante avatar Oct 06 '16 09:10 jprante