Consume Messages from OCI Streaming in Oracle Integration

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 21

  • @sumanthkoditaala3479
    @sumanthkoditaala3479 Місяць тому

    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.

    • @TechSupper
      @TechSupper  29 днів тому

      I hope the Stream persist message for 24 hours.. But please cross check

  • @sharathmr3683
    @sharathmr3683 Рік тому

    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,

    • @TechSupper
      @TechSupper  Рік тому

      Can you please read the OCI Streaming document for better understanding.

  • @路人甲-c8m
    @路人甲-c8m 2 роки тому

    Is it possible to integrate Oracle Fusion Saas with any other 3rd party ERP without Oracle Integration Cloud Services ?

    • @TechSupper
      @TechSupper  2 роки тому

      Yes, you can.
      Please subscribe to my UA-cam channel ua-cam.com/users/Techsupper if you have not subscribe yet.

    • @路人甲-c8m
      @路人甲-c8m 2 роки тому

      @@TechSupper Hi Ankur! I have already subscribe your channel.

    • @TechSupper
      @TechSupper  2 роки тому

      Thank you

  • @rajaselvammarimuthu6190
    @rajaselvammarimuthu6190 2 роки тому

    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.

    • @TechSupper
      @TechSupper  2 роки тому

      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

    • @rajaselvammarimuthu6190
      @rajaselvammarimuthu6190 2 роки тому

      ​@@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

    • @TechSupper
      @TechSupper  2 роки тому +1

      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.

    • @rajaselvammarimuthu6190
      @rajaselvammarimuthu6190 2 роки тому

      @@TechSupperDo I need to install the connectivity agent to the Stream machine partition or that compartment?

    • @TechSupper
      @TechSupper  2 роки тому +1

      You can install agent anywhere the only condition is, the agent should be able to call OCI Streaming

  • @mikeha
    @mikeha 2 роки тому

    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?

    • @TechSupper
      @TechSupper  2 роки тому

      You can look at the OCI streaming API if this can be used to deleted all messages from OCI streaming at once.