Thursday, June 1, 2023

kql STRINGTOTIMESTAMP

Örnek
Şöyle yaparız
CREATE STREAM weight_stream
WITH (TIMESTAMP='event_ts', VALUE_FORMAT='avro') 
AS 
 SELECT 'snowy' AS cat_name,
 STRINGTOTIMESTAMP (event_date, 'dd/MM/yyyy HH:mm:ss') AS event_ts,
 event_date,
 cat_weight,
 food_weight 
 FROM debug_stream_raw ;

No comments:

Post a Comment

kafka-consumer-groups.sh komutu

Giriş Bir topic'i dinleyen consumer'ları gösterir. Aynı topic'i dinleyen consumer group'ları olabilir. Her topic farklı part...