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 2019/03/15 18:15:05 UTC

[GitHub] [pulsar] merlimat commented on issue #3832: io.netty.handler.codec.TooLongFrameException: Adjusted frame length exceeds 5242880: 369295620 - discarded

merlimat commented on issue #3832: io.netty.handler.codec.TooLongFrameException: Adjusted frame length exceeds 5242880: 369295620 - discarded
URL: https://github.com/apache/pulsar/issues/3832#issuecomment-473391618
 
 
   @tcbuzor this looks like a mismatch between client and server on whether TLS is enabled (eg: connecting with TLS on a non-TLS port or vice-versa)
   
   the regular client command (`pulsar-client -n 0 -s "TEST" TEST_TOPIC`) will connector to `pulsar://localhost:6650` without TLS.
   
   Use `pulsar-client --url pulsar+ssl://localhost:6651 ... ` to have the client use TLS when connecting.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services