KonduitAI / konduit-serving

Enterprise runtime for machine learning models
https://serving.konduit.ai/
Apache License 2.0
47 stars 15 forks source link

Review config + APIs; ensure internal details are hidden #224

Open AlexDBlack opened 4 years ago

AlexDBlack commented 4 years ago

We don't want users (especially non-JVM/Python users) needing to know about or configure the internals, details like:

In addition to the usability issues caused by this, it has the downside that some internal changes become breaking API changes for the user.

We should review our codebase/configuration and identify exactly where the "internals" leak out into the public API, and see what we can do about each of them - usually adding a layer of abstraction on top of the internal configuration options.

agibsonccc commented 4 years ago

@maxpumperla this is all you