NYPL/php-microservice-starter

Add ability to name the Kinesis stream associated with a model

Closed this issue · 2 comments

Add ability to name the Kinesis stream associated with a model

Looks like my pull request missed the mark on the update traits. DBUpdateTrait and CacheUpdateTrait classes also need $this->getObjectName() replaced with $this->getStreamName() for their respective publishMessage calls a la the way the *CreateTrait classes do. Sorry to catch this late.

I'm pretty show this has been resolved, right? @gkallenberg can you close?