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

docs: document how to test a custom exporter #624

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

npepinpe
Copy link
Collaborator

Description

This PR adds documentation on how to test a custom exporter using this project.

Related issues

closes #620

Pull Request Checklist

  • All commit messages match our commit message guidelines
  • The submitting code follows our code style
  • If submitting code, please run mvn clean install -DskipTests locally before committing
  • Ensure all PR checks are green

private static final DockerImageName TEST_IMAGE = DockerImageName.parse("ghcr.io/acme/exporter");

@Container
private final ZeebeContainer zeebe = new ZeebeContainer(TEST_IMAGE)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ But this only works if this image builts on top of the zeebe image right ? 🤔

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, good point! It's what these projects do, i'll update the docs

Copy link

@ChrisKujawa ChrisKujawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Copy link

@nicpuppa nicpuppa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍪

@npepinpe npepinpe merged commit 0e1468f into main Jan 11, 2024
3 checks passed
@npepinpe npepinpe deleted the np-620-document-exporter-test branch January 11, 2024 16:51
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.

Document example on how to test a custom exporter
3 participants