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

Add ability to add attribute keys in GPS producer #1335

Open
mhv666 opened this issue Feb 13, 2024 · 0 comments
Open

Add ability to add attribute keys in GPS producer #1335

mhv666 opened this issue Feb 13, 2024 · 0 comments

Comments

@mhv666
Copy link

mhv666 commented Feb 13, 2024

Hi, I would like to ask for a Feture Request, to add the ability to add attribute keys when you publish a topic:

public function send(Destination $destination, Message $message): void
{
InvalidDestinationException::assertDestinationInstanceOf($destination, GpsTopic::class);
InvalidMessageException::assertMessageInstanceOf($message, GpsMessage::class);
/** @var Topic $topic */
$topic = $this->context->getClient()->topic($destination->getTopicName());
$topic->publish([
'data' => json_encode($message),
]);
}

In Gps producer there is no way to add attribute keys
image

If I'm not wrong should be something like this:
image

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

No branches or pull requests

1 participant