You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/12/12 11:50:58 UTC

[GitHub] [rocketmq-clients] bendan365 commented on issue #308: php client id cannot be empty

bendan365 commented on issue #308:
URL: https://github.com/apache/rocketmq-clients/issues/308#issuecomment-1346340456

   'update_metadata' => function ($metaData) use ($clientId) {
               $metaData['headers'] = ['x-mq-client-id' => $clientId]; // Pass the ClientID to the server through the header 
               return $metaData;
           }
           ]);        
   response data is also "client id cannot be empty"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org