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

[GitHub] [cassandra] michaelsembwever commented on pull request #2008: Restore custom param types over messaging system

michaelsembwever commented on PR #2008:
URL: https://github.com/apache/cassandra/pull/2008#issuecomment-1312461714

   @piotrmaslanka , would you mind trying this out with your work with jaeger. You can now add do
   ```
   # add span
   messageBuilder.withCustomParam("JAEGER", myJaegerSpan);
   ```
   and
   ```
   # get span
   myJaegerSpan = message.customParams.get("JAEGER");
   ```
   


-- 
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: pr-unsubscribe@cassandra.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org