Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: syk-coder/benchmark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openmessaging/benchmark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 31 files changed
  • 16 contributors

Commits on Aug 11, 2023

  1. Fix failed drive-kop tests (openmessaging#387)

    * Fix failed drive-kop tests
    
    * Fix format violation
    BewareMyPower authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6a947eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31215cc View commit details
    Browse the repository at this point in the history
  3. Add maven exclusion for netty transitive dependency in artemis (openm…

    …essaging#376)
    
    * exclude artemis netty transitive dependency
    
    * lint pom.xml
    
    ---------
    
    Co-authored-by: sky.kistler <sky.kistler@reddit.com>
    skykistler and sky.kistler authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1c681e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. [NATS] Extend to support in-memory stream (openmessaging#370)

    * [nats] Add storage type to config
    
    so one can test with file or memory stream.
    
    * [nats] Add maxBytes to config
    
    so one can prevent NATS running out of memory incase the storage type is set to "Memory"
    kevin-ip authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b3a9044 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    f2a4e8c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    0a68a61 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. update rocketmq engine

    guyinyou committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    71b6ff2 View commit details
    Browse the repository at this point in the history
  2. fix codestyle

    guyinyou committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d0c0277 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Fixed for 'Failed to execute goal com.diffplug.spotless:spotless-mave…

    …n-plugin:2.25.0:check (check) on project driver-rocketmq: The following files had format violations: [ERROR] src/main/java/io/openmessaging/benchmark/driver/rocketmq/RocketMQBenchmarkDriver.java' (openmessaging#399)
    
    Co-authored-by: nuolin <lushiji@xiaohongshu.com>
    StevenLuMT and StevenLuMT authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f423781 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Grow buffer if histogram can't fit (openmessaging#398)

    * Grow the histogram buffer if it is too small
    
    When we serialize a histogram to a byte array, the intermediate
    ByteBuffer that we pass may be too small which may result in silent
    truncation of the encoded histogram.
    
    This will manifest on the driver side as a decoding failure.
    
    This change detects this case and grows the buffer by a
    factor of 2 until it fits.
    
    Fixes openmessaging#369.
    
    * Add Histogram deserialization test
    
    Add an addition test to the HistogramSerDeTest which tests that
    histogram deserialization roundtrips even when the serialized size
    exceeds the initial buffer.
    
    * Fixed spotbugs warnings
    
    ---------
    
    Co-authored-by: Matteo Merli <mmerli@apache.org>
    travisdowns and merlimat authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4eb2327 View commit details
    Browse the repository at this point in the history
  2. Bump com.rabbitmq:amqp-client from 4.8.0 to 5.18.0 in /driver-rabbitmq (

    openmessaging#394)
    
    Bumps [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 4.8.0 to 5.18.0.
    - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases)
    - [Commits](rabbitmq/rabbitmq-java-client@v4.8.0...v5.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.rabbitmq:amqp-client
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    13785ca View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. fix(driver-kafka): Fix the ineffective KAFKA_JVM_PERFORMANCE_OPTS (o…

    …penmessaging#397)
    
    Signed-off-by: Ning Yu <ningyu@automq.com>
    Chillax-0v0 authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d84465c View commit details
    Browse the repository at this point in the history
  2. kafka: chore: upgrade kafka version (openmessaging#404)

    Some known issues with current version:
    - PEM files cannot be used because of a bug.
    jeqo authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c361cbc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    fe3c5a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Support set client.id with Zone ID for Kafka driver (openmessaging#424)

    * Support set client.id with Zone ID for Kafka driver
    
    * Apply spotless fix
    codelipenghui authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    b10b227 View commit details
    Browse the repository at this point in the history
Loading