stream-processing-with-apache-flink icon indicating copy to clipboard operation
stream-processing-with-apache-flink copied to clipboard

Results 4 stream-processing-with-apache-flink issues
Sort by recently updated
recently updated
newest added

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