Conversation
Travis tests have failedHey mbrenguier, 1st Buildvendor/bin/phpcs --standard=./phpcs.xml ./Library/vendor/phpunit/phpunit/phpunit -c Tests/phpunit.xml |
Travis tests have failedHey mbrenguier, 1st Buildvendor/bin/phpcs --standard=./phpcs.xml ./Library/vendor/phpunit/phpunit/phpunit -c Tests/phpunit.xml |
Library/Client/DisturbStarter.php
Outdated
| * @param String $topicName topic name | ||
| * | ||
| */ | ||
| public static function start(string $workflowId, array $payloadHash, string $brokers, string $topicName) |
There was a problem hiding this comment.
the client (turbo) should use https://github.com/vpg/disturb/blob/beta/Library/Topic/TopicService.php to define the topic name according to the client workflow name and the disturb topic naming logic
Library/Client/DisturbStarter.php
Outdated
| use \Phalcon\Mvc\User\Component; | ||
| use \Vpg\Disturb\Message; | ||
|
|
||
| class DisturbStarter extends Component |
There was a problem hiding this comment.
maybe rename DisturbStarter in command to make the use more readable :
\Disturb\Client\Command::start(...)
Travis tests have failedHey mbrenguier, 1st Buildvendor/bin/phpcs --standard=./phpcs.xml ./Library/vendor/phpunit/phpunit/phpunit -c Tests/phpunit.xml |
Travis tests have failedHey mbrenguier, 1st Buildvendor/bin/phpcs --standard=./phpcs.xml ./Library/vendor/phpunit/phpunit/phpunit -c Tests/phpunit.xml |
No description provided.