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/06/12 10:23:42 UTC

[GitHub] [pulsar] wolfstudy commented on issue #4324: Go client: consumer.Unsubscribe() places topic in unusable state.

wolfstudy commented on issue #4324: Go client: consumer.Unsubscribe() places topic in unusable state.
URL: https://github.com/apache/pulsar/issues/4324#issuecomment-501212899
 
 
   You can comment out the operation of [seek()](https://github.com/Jim-Lambert-Bose/go-test-pulsar-consumer/blob/master/consumer_test.go#L83) and continue to execute it.
   
   ```
   	err = consumer.Seek(pulsar.EarliestMessage)
   	assert.Nil(t, err)
   ```

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