You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait until the CURL command is finished executing (i.e. until you see the command prompt back. Based on your Kafka client's timeout/retry config, this waiting time will differ)
6. Optional step: now you may start SI Tooling 4.0.0 and verify that the event is saved in the Error Store.
7. Now spin up the Kafka server. Let's refer to the Kafka home folder as <KAFKA_HOME>
I have used kafka_2.11-0.10.2.1
Open <KAFKA_HOME> on two terminals and execute the following commands to start the Kafka server
sh bin/zookeeper-server-start.sh config/zookeeper.properties
sh bin/kafka-server-start.sh config/server.properties
Go to <KAFKA_HOME> and execute the following command to start the Kafka Console Consumer
Description:
No reconnect attempt made by Sink after an event goes to Error Store.
Affected Siddhi Version:
5.1.19
OS, DB, other environment details and versions:
N/A
Steps to reproduce:
on.error='STORE'
. Refer sample siddhi app below. I have used a Kafka Sink.Wait until the CURL command is finished executing (i.e. until you see the command prompt back. Based on your Kafka client's timeout/retry config, this waiting time will differ)
6. Optional step: now you may start SI Tooling 4.0.0 and verify that the event is saved in the Error Store.
7. Now spin up the Kafka server. Let's refer to the Kafka home folder as <KAFKA_HOME>
I have used kafka_2.11-0.10.2.1
Open <KAFKA_HOME> on two terminals and execute the following commands to start the Kafka server
Expected Output:
On the Kafka Console Consumer (which we started in Step 8 above), you should see the following new event.
Actual Output:
No new event is shown but the event appears on the error store.
The text was updated successfully, but these errors were encountered: