-
Enhancement
-
Resolution: Done
-
Major
-
0.6.0
-
2019 Week 50-52 (from Dec 9)
Today, Data Index will watch for files in a given directory based on the variable `KOGITO_PROTOBUF_FOLDER`.
The problem is, in the cloud, we will mount a sort of ConfigMaps in this directory to each Kogito Service deployed. Data Index should watch for those. Example:
ls /var/kogito/dataindex/protobufs/example-quarkus/
travels.proto visaApplications.proto
Where /var/kogito/dataindex/protobufs/ is the base directory and example-quarkus is the name of the Kogito Service.
Also, watching only one level could lead to conflicts with file names like "customer.proto" for different services.
- blocks
-
KOGITO-587 Add initializer check for Kogito Runtime services that registers protobuf files into Data Index
- Resolved