You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/20 09:30:47 UTC

[GitHub] [pulsar] congbobo184 opened a new pull request, #17740: [fix][doc] fix schema get value doc problem

congbobo184 opened a new pull request, #17740:
URL: https://github.com/apache/pulsar/pull/17740

   ### Motivation
   fix doc for consumer receive().getValue API
   ### Modifications
   ```
   Message<User> message = consumer.receive();
   User user = message.getValue();
   ```
   this is the right way
   but doc is 
   ```
   User use = consumer.receive();
   ```
   so change to 
   ```
   User user = consumer.receive().getValue();
   ```


-- 
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@pulsar.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on pull request #17740: [fix][doc] fix schema get value doc problem

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #17740:
URL: https://github.com/apache/pulsar/pull/17740#issuecomment-1252137074

   @congbobo184 Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


-- 
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@pulsar.apache.org

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


[GitHub] [pulsar] codelipenghui closed pull request #17740: [fix][doc] fix schema get value doc problem

Posted by GitBox <gi...@apache.org>.
codelipenghui closed pull request #17740: [fix][doc] fix schema get value doc problem
URL: https://github.com/apache/pulsar/pull/17740


-- 
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@pulsar.apache.org

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


[GitHub] [pulsar] Technoboy- merged pull request #17740: [fix][doc] fix schema get value doc problem

Posted by GitBox <gi...@apache.org>.
Technoboy- merged PR #17740:
URL: https://github.com/apache/pulsar/pull/17740


-- 
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@pulsar.apache.org

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