stream-processing-with-apache-flink
stream-processing-with-apache-flink copied to clipboard
Hi, I'm going through the book and I think the lookup join query is incorrect. ```sql SELECT transactionId, t.accountId, t.eventTime_ltz, TO_TIMESTAMP_LTZ(updateTime, 3) AS updateTime, type, amount, balance, districtId, frequency FROM...
Hi there I started up the Docker environment and everything came up fine from what I can tell. However when I try to execute the redpanda setup script I get...
- Changed console image from docker.redpanda.com/vectorized/console:v2.2.3 to redpandadata/console:v2.2.3 (same version, correct registry) - Removed deprecated version field - Maintained all original component versions