Hi Ankur, Is there a way we can read backlog messages from Streaming service as soon as we activate the consumer integration ?( Note: OSS adapter is configured in trigger and connection is configured with agent) Note: While I was testing in OIC3, this setup is reading only new messages from stream leaving behind backlog messages.
Hello Ankur, I would like to know more about how consumer group works, also can we configure instances of consumer group to read messages on a particular partition,
Hello, I want to consume message immediately from the stream as soon as some one put the messages to the stream.At least I have to configure 5 seconds interval in the scheduled consumer setup but oic is not allowing me to configure 5 seconds interval. I think they are recommending minimum 10 minutes interval. How to achieve my business requirements. Please advise.
Hi Raja, You can achive this without creating the scheduled integration. You need to configure the Streaming adapter with agent and then you can drop streaming adapter as trigger point which will poll streaming reguarly based on defined interval. Look at the following video: ua-cam.com/video/Jl-2meIrrN8/v-deo.html
@@TechSupper , Thanks for reviewing my request. Option#1 - Trigger (App Driven Orchestration) I already tried the "Trigger" option but when I add the OCI Streaming Adapter it throws this error "The feature is only supported with connectivity agent". All of my applications are running on Oracle Cloud. Why I need to install connectivity agents? Please advise. Option#2 - Scheduled Orchestration The screen is not allowed to enter
Option#1) agent is the requirement of OCI Streaming adapter in case you want to use it as Trigger. This is recommended approach when you want to continuously poll the OCI Streaming. Option#2) You can set lower limit in scheduled expression but not recommended as it gives overheads to the OIC. Also, if the previous instance of scheduled integration is not completed, the another instance will be delayed.
let's say someone accidentally sends a million messages to your OCI streaming queue and you have OIC consuming them. Is there a way to stop that and reset the queue, to clear out those messages? If so, how is it done?
Hi Ankur, Is there a way we can read backlog messages from Streaming service as soon as we activate the consumer integration ?( Note: OSS adapter is configured in trigger and connection is configured with agent) Note: While I was testing in OIC3, this setup is reading only new messages from stream leaving behind backlog messages.
I hope the Stream persist message for 24 hours.. But please cross check
Hello Ankur, I would like to know more about how consumer group works, also can we configure instances of consumer group to read messages on a particular partition,
Can you please read the OCI Streaming document for better understanding.
Is it possible to integrate Oracle Fusion Saas with any other 3rd party ERP without Oracle Integration Cloud Services ?
Yes, you can.
Please subscribe to my UA-cam channel ua-cam.com/users/Techsupper if you have not subscribe yet.
@@TechSupper Hi Ankur! I have already subscribe your channel.
Thank you
Hello, I want to consume message immediately from the stream as soon as some one put the messages to the stream.At least I have to configure 5 seconds interval in the scheduled consumer setup but oic is not allowing me to configure 5 seconds interval. I think they are recommending minimum 10 minutes interval. How to achieve my business requirements. Please advise.
Hi Raja,
You can achive this without creating the scheduled integration. You need to configure the Streaming adapter with agent and then you can drop streaming adapter as trigger point which will poll streaming reguarly based on defined interval.
Look at the following video:
ua-cam.com/video/Jl-2meIrrN8/v-deo.html
@@TechSupper , Thanks for reviewing my request.
Option#1 - Trigger (App Driven Orchestration)
I already tried the "Trigger" option but when I add the OCI Streaming Adapter it throws this error "The feature is only supported with connectivity agent".
All of my applications are running on Oracle Cloud. Why I need to install connectivity agents?
Please advise.
Option#2 - Scheduled Orchestration
The screen is not allowed to enter
Option#1) agent is the requirement of OCI Streaming adapter in case you want to use it as Trigger. This is recommended approach when you want to continuously poll the OCI Streaming.
Option#2) You can set lower limit in scheduled expression but not recommended as it gives overheads to the OIC. Also, if the previous instance of scheduled integration is not completed, the another instance will be delayed.
@@TechSupperDo I need to install the connectivity agent to the Stream machine partition or that compartment?
You can install agent anywhere the only condition is, the agent should be able to call OCI Streaming
let's say someone accidentally sends a million messages to your OCI streaming queue and you have OIC consuming them. Is there a way to stop that and reset the queue, to clear out those messages? If so, how is it done?
You can look at the OCI streaming API if this can be used to deleted all messages from OCI streaming at once.