Calvin Winkowski
Calvin Winkowski
When using the oauth functionality of gdl, I discovered a bug that made "$TMPFILE.code" always be an empty file. It seems that python was buffering output to the file and...
When reading a compacted topic with `is_read_compacted=True` `has_message_available` returns true even after all messages have been read when there is a tombstone message. This might be related to #199. As...
#### Expected behavior Setting EnableZeroQueueConsumer in the ConsumerOptions along with a DLQ policy or RetryEnable set to true, then calling Receive should return a message if there are messages. ####...