-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
To be evaluatedStill not clear if needs to be doneStill not clear if needs to be doneenhancementNew feature or requestNew feature or request
Description
- no need to different config flags (
mongoConfig, redisConfig...). Use just--config` - naming should be consistent to avoid redundancy since it is already namescoped
- e.g. change
gcs.GCSProduceringcs.Producer
- e.g. change
- move
Producerinterface in theproducerpackage for consistency and isolation - define a factory for producer instead of different
createXXXmethods - change
emitter.Emitter.Initializesequence ofifusing factory with a producer factory map- e.g.
producerFactory["mongodb"].createProducer()
- e.g.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
To be evaluatedStill not clear if needs to be doneStill not clear if needs to be doneenhancementNew feature or requestNew feature or request