OpenSearch/plugins/discovery-file
Simon Willnauer f5daa165f1 Remove ability to plug-in TransportService (#20505)
TransportService is such a central part of the core server, replacing
it's implementation is risky and can cause serious issues. This change removes the ability to
plug in TransportService but allows registering a TransportInterceptor that enables
plugins to intercept requests on both the sender and the receiver ends. This is a commonly used
and overwritten functionality but encapsulates the custom code in a contained manner.
2016-09-16 09:47:53 +02:00
..
config/discovery-file File-based discovery plugin (#20394) 2016-09-13 20:52:39 -04:00
src Remove ability to plug-in TransportService (#20505) 2016-09-16 09:47:53 +02:00
build.gradle File-based discovery plugin (#20394) 2016-09-13 20:52:39 -04:00