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

chore: Proto ByteString in EventingTestKit.IncomingMessages.publish #97

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

patriknw
Copy link
Member

No description provided.

publish(message, SdkMetadata.EMPTY)

override def publish(message: Array[Byte], metadata: SdkMetadata): Unit = {
val addSource = sourcesHolder.ask(SourcesHolder.Publish(ByteString.copyFrom(message), metadata))(5.seconds)
Copy link
Member Author

Choose a reason for hiding this comment

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

internals of the testkit is still using proto, not changing that

@patriknw patriknw merged commit 486b22e into java-spi Dec 16, 2024
22 checks passed
@patriknw patriknw deleted the wip-testkit-ByteString-patriknw branch December 16, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants