Fabio Hecht
Fabio Hecht
Managed to do it like this: `kafkacat -C -t ... -e -J -u | jq '.payload=(if .payload==null then null else (.payload|fromjson) end)`.
I would personally opt for alternative 1, since my applications already guarantee (and rely on) proper JSON. What I would find really useful would be a way to consume from...
This PR fixes a real issue, users need it, I really don't get why it takes more than 8 months old to get any feedback or merge it.
> What is the output of `java -jar selenium-server-4.23.0.jar standalone --selenium-manager true`? you can find it in my report, search for "with selenium manager"
it's there, in "Relevant log output", search for "with selenium manager": ``` $ java -jar selenium-server-4.23.0.jar standalone --log-level FINE --selenium-manager true 15:40:50.755 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding...
I found a workaround to make it work (only without Selenium Manager) when the chromedriver is in the same folder as the selenium-server jar. Setting the PATH env variable also...
Hi @AleksNo , thanks for looking into it. I tried putting the hint into the query and I get an error message: ``` Exception Description: Syntax error parsing [UPDATE /*+...
@AleksNo can you please have a look, I'm pretty sure the hint does get passed to the queries for every statement, except the SQLUpdateAllStatement, or am I missing something?