Greg Brown
Greg Brown
@MrPowers I recently picked up your Testing Spark Applications book. Unfortunately, my company insist on using Java to write our Spark apps. So will let you know if this library...
I think the Kafka servers may have gotten in a twist due to excessively bringing them up/down. Deleting the kafka/kafka_zookeeper Docker volumes seems to have fixed the `KafkaTimeoutError` raised by...
@dotdothu sorry for the late reply! Glad you managed to fix it. I added the Jar manually, just like you did, but never quite got it completely working. I still...
Updating to Django (1.11.6) resolved the issue
@slingshotvfx as a workaround, I would recommend deploying an OTEL collector which can receive grpc/http telemetry and export to Logfire via HTTP. This would be a better solution in the...
@mrlubos sounds like what I'm looking for is what you intended: server-code generation (schema-first or code-first) so your API server routes and schema stay in sync. I'm specifically using NextJS...
Hi @jorisvandenbossche No problem at all! Ah I see, that is a potential issue! I would be happy to help and contribute a pull request if a decision could be...
Thanks a lot, you're right, I missed that by focusing on the `iter_lines` method. This code now works for anyone else trying to do the same thing. I used your...
I'm seeing this too in the `temporal-worker`: ``` temporal-worker | [Fx] Error returned: received non-nil error from function "go.temporal.io/server/temporal".ServerOptionsProvider temporal-worker | /home/runner/work/docker-builds/docker-builds/temporal/temporal/fx.go:183: temporal-worker | config validation error: persistence config: missing...