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 2021/12/11 03:30:32 UTC

[GitHub] [pulsar-client-go] longtengz commented on issue #681: DisableBatching still go thru the batching logic and AUTO_CONSUME can not consume with correct schema type

longtengz commented on issue #681:
URL: https://github.com/apache/pulsar-client-go/issues/681#issuecomment-991433969


   That seems very confusing to me. If batch is disabled, why using a batchBuilder? From the comments in the code, I assume there's a difference in the format of batch messages and single message sent to the broker. If batch is disabled, it shouldn't use the batch format to send the only one message, right? Also, as I mentioned, other batching related configs are also used in the non-batching mode. 
   
   Nevertheless, auto_consume doesn't work like python client in non-batching mode.


-- 
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