Port kafka node-type to C++ and simplify it - #986
Conversation
d5a20d0 to
c0aa7d1
Compare
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
80db91e to
fdfdbae
Compare
There was a problem hiding this comment.
Do you want to keep the kafka_old.cpp as backup?
If we keep it, how shall we proceed with deleting the header file?
| * Author: Juan Pablo Noreña <jpnorenam@unal.edu.co> | ||
| * Author: Steffen Vogel <steffen.vogel@opal-rt.com> | ||
| * SPDX-FileCopyrightText: 2021 Universidad Nacional de Colombia | ||
| * SPDX-FileCopyrightText: 2025 OPAL-RT Germany GmbH |
I tested the config as well. I verified the received samples with the kafka consumer, as explained here:
Here some of the samples:
For the test, I prepared a docker compose file, wouldn't it be beneficial to include it in the examples folder? |
pipeacosta
left a comment
There was a problem hiding this comment.
Thanks for the PR @steffen-vogel-opalrt, sorry I didn't have much time to look into it in more detail, I left a couple of comments.
| if (ret) | ||
| throw ConfigError(json_sigs, "node-config-hook-lua-signals", | ||
| "Setting 'signals' must be a list of dicts"); | ||
| signalsExpressions->parse(json_sigs); |
There was a problem hiding this comment.
Could you explain why you removed the throw part? are we catching the exception somewhere else now?


No description provided.