Thanks Chris! On Fri, Nov 7, 2014 at 11:37 AM, Chris Riccomini < [email protected]> wrote:
> Hey Jordan, > > There are no specific plans, but we've been mulling this issue over for a > while. JIRAs of interest are here: > > https://issues.apache.org/jira/browse/SAMZA-431 > https://issues.apache.org/jira/browse/SAMZA-40 > > I think at some point we'll re-work the wiring to not use Class.forName, > but it's unclear exactly when. > > Cheers, > Chris > > On 11/6/14 2:49 PM, "Jordan Lewis" <[email protected]> wrote: > > >Hi, > > > >Are there any plans to support Guice or some other dependency injection > >framework in Samza? It would be pretty great if Serdes, > >StorageEngineFactories and StreamTasks could be instantiated by a > >dependency injection framework instead of just newInstance()'d. > > > >I assume the injector setup phase would live in a configurable class, and > >it could be ignored completely if desired. > > > >Thanks, > >Jordan Lewis > >
