Bernd Verst
Bernd Verst
Can you please make your code compatible with Tensorflow 2.0+ by default. Pretty easy to do with no code changes, see: https://www.tensorflow.org/guide/migrate Just add this wherever you previously imported `tensorflow`:...
Hi @lindawangg, Can you please add `requirements.txt` so we can install the exact library versions you tested with? `pip freeze > requirements.txt` and then remove the libraries you aren't explicitly...
Enables the NATS JetStream PubSub Conformance test. This PR is WIP at the moment. There is one step left to do which is automating the connecting to the NATS server...
Migrate Azure Blob Storage Binding to SDK github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
Migrate Azure Blob Storage State Store to SDK github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
Migrate Cosmos DB State Store component to SDK github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos
This depends on https://github.com/Azure/azure-sdk-for-go/issues/15615 Once the Azure SDK for Go `azidentity` library has this support we need to update our dependency and *should* get this feature for free. I'd roughly...
/area runtime Today it is difficult to troubleshoot failures related to service invocation. Most of the time these errors occur on the callee / receiver side but the sidecar logs...
/area docs ## Clarification on criteria for stable component designation As a maintainer of **components-contrib** I propose the following requirements for a component to be designated as stable: - The...
In order to aid with the replacing of TLS certificates, this is a proposal to try mTLS service invocation requests for a period of 60 seconds (?) in case a...