Skip to content

Instantly share code, notes, and snippets.

@lmolkova
lmolkova / sb_perf_binder.md
Last active January 3, 2024 20:54
ServiceBus binder processor perf testing

Checking ServiceBusProcessorClient performance (via Spring binder)

Setup

Tested processor performance in the following setup:

image

Sender sends up to 4k messages per second in batches. Message size is 12 bytes.

@jianghaolu
jianghaolu / autorest-v4-structure.md
Last active January 27, 2020 19:02
AutoRest Java & fluent v4 structural changes

Intro

In the past couple months we've made through most of the vanilla features in AutoRest.Java v4. At this point, we are planning for the next phase of work. We want to make a few changes in the AutoRest.Java structure according to

  • The changes in Track 2 azure-core & azure-core-mgmt structure
  • The long-term ownership changes

The goal is to define clear ownership in the long term and easy integration with azure-core, azure-core-mgmt, etc.

Current V2 Structure