This is an automated email from the ASF dual-hosted git repository.
ndipiazza pushed a change to branch TIKA-4583-ignite-config-store
in repository https://gitbox.apache.org/repos/asf/tika.git
from 952177e74 TIKA-4583: Call init() on ConfigStore in
AbstractComponentManager
add a8c07000f TIKA-4583: Add configurable ConfigStore support to tika-grpc
No new revisions were added by this update.
Summary of changes:
tika-grpc/README.md | 58 ++++++++++++++++++
tika-grpc/pom.xml | 6 ++
.../apache/tika/pipes/grpc/TikaGrpcServerImpl.java | 7 ++-
.../src/test/resources/tika-config-ignite.json | 23 +++++++
.../org/apache/tika/pipes/core/PipesConfig.java | 14 +++++
.../tika/pipes/core/config/ConfigStoreFactory.java | 71 ++++++++++++++++++++++
6 files changed, 178 insertions(+), 1 deletion(-)
create mode 100644 tika-grpc/src/test/resources/tika-config-ignite.json
create mode 100644
tika-pipes/tika-pipes-core/src/main/java/org/apache/tika/pipes/core/config/ConfigStoreFactory.java