You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option A
Adding a third argument.
The string represents the path/filename of a properties file with all relevant configuration parameters.
In case it is not provided, demo works as until now. If it is provided,
the values in the properties file will overwrite the first two arguments.
This looks like a good short term solution.
Option B
Implement proper CLI argument handling via commons-cli.
If a generic component would be created, it could be reused in all examples.
This needs some more work, but would contribute to a better user experience.
Currently, only the two properties:
are configurable via java application arguments.
It would be nice, if a properties file could be used to configure the consumer / producer of the demo applications.
The text was updated successfully, but these errors were encountered: