Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New command: stream-perf-test #696

Merged
merged 1 commit into from
May 20, 2021
Merged

Conversation

mkuratczyk
Copy link
Collaborator

This allows running stream-perf-test easily, for example:

kubectl rabbitmq stream-perf-test INSTANCE --rate 100

Notes for reviewers: due to yesterday's default port changes, you need to run the Operator from main to use port 5552 and a very fresh RabbitMQ image, for example:

apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
  name: stream
spec:
  replicas: 1
  image: pivotalrabbitmq/rabbitmq-stream
  rabbitmq:
    additionalPlugins:
      - rabbitmq_stream

@mkuratczyk mkuratczyk requested a review from Gsantomaggio May 20, 2021 09:51
@Gsantomaggio Gsantomaggio merged commit 0cfc147 into main May 20, 2021
@MirahImage MirahImage deleted the kubectl-stream-perf-test branch July 14, 2021 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants