I have a few questions about the latest WSO2 product(APIM, Choreo Connect). Even referring to the official documentation, there were parts that I couldn't find. So I leave you a question.
Does WSO2 Choreo Connect 1.0.0 not support gRPC?
Microgateway 3.2.0 supports gRPC, so it was possible to use gRPC with APIM 3.x.
However, the latest version of Microgateway, Choreo Connect, doesn't seem to support gRPC.
Is there a roadmap for gRPC in the near future?
Can't Choreo Connect 1.0.0 be deployed on-premises?
Best regards
Choreo Connect does not support gRPC APIs at the moment. It is in the roadmap.
You have to use Kubernetes to deploy Choreo Connect. Although it is not hard bound to K8s at the moment, in the future it can be. So it is highly recommended to use K8s to deploy CC.
Related
I am new to Google Cloud platform and want to migrate my existing application to GCP. My application communicates with other applications using Tibco EMS queue/topic.
I am not able to find any link on internet which can suggest how to use Tibco EMS in Google Cloud Platform.
Can anyone please help me in this?
You can run any kind of software in GCM by creating a Virtual Machine and manually installing the software and then configuring ports in the firewall.
If you want to use a JMS system supported by Google cloud natively, then go for ActiveMQ Certified by Bitnami or even more native by exploring the Cloud Pub/Sub
I'm trying to deploy this example:
http://wso2.com/library/articles/2012/08/securing-sts-security-token-service-kerberos/
I'm doing in the version of the ESB 4.9.0. The problem I'm facing is that I can't find the security options for the echo proxy service.
Could you help me? Thanks in advance.
Enabling security for services via the UI was removed from ESB 4.9.0. This is removed from other service hosting supported middleware of WSO2 such as Data Services server and Application Server. Now the recommended way of securing the services is via the WSO2 Developer Studio. See the following webinar.
http://wso2.com/library/webinars/2015/12/how-to-secure-your-enterprise-services-with-wso2-esb-4.9/
And also the following documentation.
https://docs.wso2.com/display/ESB490/Applying+Security+to+a+Proxy+Service
Is there support for Azure integration to deploy and manage WSO2 products, specificaly Elastic Load Balancer. I am also curious if JCloud and Apache Stratos support Azure as an IAAS ?
Thanks
--Mahesh
jclouds Azure support is in the works and scheduled to be released with version 2.0. You can track progress here: https://issues.apache.org/jira/browse/JCLOUDS-664
Once jclouds starts support Azure, this will indeed add Azure support in Apache Stratos, WSO2 Private PaaS, WSO2 App Factory - since these rely on jclouds for IaaS support.
For other WSO2 products, if you do not need the IaaS support and just want to deploy them on VMs in Azure (without autoprovisioning, autoscaling, etc.) you might be able to do so already. I have not tried using Azure ELB specifically but have configured WSO2 stuff with various different load-balancers (WSO2 ELB, AWS ELB, nginx, etc.) and they worked. So Azure ELB might as well, if not - you can probably run nginx in Azure just fine too.
I’m working with the WSAS, GREG and the ESB of wso2, I have seen a lot of examples of discovering services hosted on the WSAS with the GREG and using the ESB as a client of the GREG, but as a government strategy, I think I should have registered and managed all my services, them it would be useful if I could automatically discover the services hosted in the ESB to, so, I try to do it in the same way as with the WSAS but it didn´t work.
It is possible to automatically discover the services hosted on the ESB by the GREG?
it should work for ESB also
Did you configure ESB DiscoveryProxy at ESB axis2.xml?
[1]https://docs.wso2.org/display/Governance460/WS-Discovery+with+Governance+Registry
[2]http://wso2.com/library/articles/2011/08/rediscover-soa-wso2-carbon-wsdiscovery/
i found cloudfoundry uaa on github.
github.com/cloudfoundry/uaa
is it designed for cloudfoundry cloud services only or i can use it as oauth/openid server with my web application ?
The UAA is designed to be generic and generally usable as an OAuth2 server and identity management solution. It's use and current home in Cloud Foundry could be seen as validation that it works in production, but it is very much supposed to be used by others. Feedback on the google list would be great, but if you prefer to ask questions, stackoverflow works too (the CF support team monitors the cloudfoundry keyword).