I am using SAP Event mesh in my cap application. I observed that the application takes care of creating subscriptions in the queue when it encounters the .on method of the messaging instance. Is there any options to disable it ? I will take care of q...
I have seen same question being replied by other fellow community members , but I don't see any of them marked answered. I have 2 sub accounts. A and B. I have event mesh enabled in A , and few apps are deployed in A. Now I have one app , that is dep...
I have a CAPM application and that has an action which uses an external API call via destination. In local , I do 'hybrid" test that resolves the "cds bound" service , including destinations . I am now intending to writer a test suite for these servi...
I have a CAP project, deploying to cloud foundry. I use SAP Continuous integration and delivery ( DevOps ) pipelines to perform the build and deployment. How can I configure my pipeline to consider a .mtaext file ? I don't see an option to do this -
I use $search functionality in my CAP project. I have turned on fuzzy search index on few text fields in my entity . Also , When I analyzed the generated SQL query , I could see that the fuzzy index is always 0.7 ##Generated Query snippet
(CASE
...
@mohit_bansal3 would you please explain what do you mean by custom metrics ? its all about ingest URL afaik . Cloud Foundry just streams all the logs into the ingest URL , be the instance created directly in your sub account or shared from another su...
@mohit_bansal3 that sound about right what you have followed. Questions -Is it a CAP application ? also the obvious , have you created a service key for your cloud logging instance and fetched the credentials from the key ? My mta.yaml looks like thi...
@mohit_bansal3 Point 2 - create a user provider service , where you can use ingest url directly . One instance or logging can be used in multiple sub accounts seamlessly . We are doing so
@Hariharan-Gandhi May be an unrelated question - I am looking to log the user id ( from req.user.id ) associated to all requests logged - Any clue how I can achieve that ?