Senthuran Ambalavanar
Senthuran Ambalavanar
Hi @liwh1111, Can you please provide us with more context on what issue are you facing?
Hi @gamorav, One easier approach to solving this would be, listening to the _directory_ instead of the _file_. ``` @source(type='file',dir.uri = "file:/C:/Users/admin/Documents/test",mode = "TEXT.FULL",tailing = "false",header.present = "false", @map(type='csv')) define...
Hi @gamorav , We can use `file.uri` with `mode = "LINE"`, and `tailing = "TRUE"` [1], to achieve this. ``` @source(type='file', file.uri = "file:/C:/Users/admin/Documents/test/productions.csv", mode = "LINE", tailing = "true",...
Hi @avivc411 , The problem is with the `jdbcUrl` that is mentioned in your configuration file (TestDB.yaml). If you are using Docker on Windows/Mac, changing your JDBC URL as the...
We noticed that an in memory `Table` has been used here. Have you tried using the same example with a `@Store()` (eg: [RDBMS store](https://siddhi-io.github.io/siddhi-store-rdbms/api/latest/))?
Hazelcast support has been removed after 3.x , and we no more support that. Documentation has to be updated accordingly, thanks for pointing this out.
Hey @GauravBariha , Thank you! > I just need to remove the word Hazelcast from the issue right? Yes, you'll have to remove that from Siddhi docs [1] [1] https://github.com/siddhi-io/www
@GauravBariha Great, please sign the Contributor License Agreement (check the reply comment by the CLAAssistant for the link), and then we can merge the PR
Thanks @GauravBariha , I have merged your PR
Fixed by https://github.com/siddhi-io/www/pull/192