sergehuber commented on code in PR #715:
URL: https://github.com/apache/unomi/pull/715#discussion_r2426650405
##########
tools/shell-commands/src/main/java/org/apache/unomi/shell/actions/Start.java:
##########
@@ -29,8 +31,20 @@ public class Start implements Action {
@Reference
UnomiManagementService unomiManagementService;
+ @Argument(name = "persistence", description = "Persistence implementation
to use (elasticsearch/opensearch)", valueToShowInHelp = "elasticsearch")
+ private String selectedPersistenceImplementation = "elasticsearch";
+
Review Comment:
As I mentioned above, this is now no longer a persistence implementation but
a start configuration that is configurable. This makes more sense.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]