Skip to content

Azure Service Bus Sampler v0.3.5 & Azure Event Hubs Sampler v0.2.8

Latest

Choose a tag to compare

@kuniteru kuniteru released this 05 Jul 08:42

Response to issue #36

  • Azure Service Bus Sampler v0.3.5
    • When multiple messages were stacked in an attempt to send a batch of messages totaling 256 KB or more, there was a problem in which messages after 256 KB were not sent and only messages before 256 KB were sent.
      • As a result of correcting this bug, all messages are not sent and an error was generated.
      • By registering only one message in the Messages table, the sampler is now able to send a message larger than 256 KB.
  • Azure Event Hubs Sampler v0.2.8
    • Fixed a problem in which messages after 256 KB were not sent and only messages before 256 KB were sent when multiple messages were stacked and a total of 256 KB or more were attempted to be sent at once.

Thanks @kranthikirang