René's URL Explorer Experiment


Title: gRPC error on `get_online_features` (NOAUTH authentication required) · Issue #2285 · feast-dev/feast · GitHub

Open Graph Title: gRPC error on `get_online_features` (NOAUTH authentication required) · Issue #2285 · feast-dev/feast

X Title: gRPC error on `get_online_features` (NOAUTH authentication required) · Issue #2285 · feast-dev/feast

Description: Expected Behavior get_online_features should return the correct result: features = client.get_online_features( feature_refs=["driver_statistics:avg_daily_trips"], entity_rows=entities_with_timestamp[["driver_id"]].T.to_dict().values()).t...

Open Graph Description: Expected Behavior get_online_features should return the correct result: features = client.get_online_features( feature_refs=["driver_statistics:avg_daily_trips"], entity_rows=entities_with_timestam...

X Description: Expected Behavior get_online_features should return the correct result: features = client.get_online_features( feature_refs=["driver_statistics:avg_daily_trips"], entity_rows=entities_wit...

Opengraph URL: https://github.com/feast-dev/feast/issues/2285

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"gRPC error on `get_online_features` (NOAUTH authentication required)","articleBody":"## Expected Behavior \r\n`get_online_features` should return the correct result:\r\n\r\n```\r\nfeatures = client.get_online_features(\r\n    feature_refs=[\"driver_statistics:avg_daily_trips\"],\r\n    entity_rows=entities_with_timestamp[[\"driver_id\"]].T.to_dict().values()).to_dict()\r\n\r\nprint(\"\\nFeatures Output:\\n\")\r\nprint(pd.DataFrame.from_dict(features))\r\n```\r\n## Current Behavior\r\n\r\nGetting a gRPC error when calling `get_online_features` which points to an issue in `feast-online-serving`.\r\nMaterialization features is already completed and redis keys are present in redis store (`offline_to_online_ingestion`).\r\nCalling `get_online_features` works initially after `offline_to_online_ingestion`, but not predictably in a standalone script.\r\n\r\nError:\r\n```\r\ndetails = \"Unexpected error when pulling data from from Redis.\"\r\ndebug_error_string = \"{\"created\":\"@1644025055.432554000\",\"description\":\"Error received from peer ipv6:[::1]:6566\",\"file\":\"src/core/lib/surface/call.cc\",\"file_line\":1062,\"grpc_message\":\"Unexpected error when pulling data from from Redis.\",\"grpc_status\":2}\"\r\n\r\nTraceback (most recent call last):\r\nFile \"test_ingestion_and_get_features.py\", line 220, in \u003cmodule\u003e\r\nfeatures = client.get_online_features(\r\nFile \"/usr/local/anaconda3/envs/feast_poc/lib/python3.8/site-packages/feast/client.py\", line 1022, in get_online_features\r\nraise grpc.RpcError(e.details())\r\ngrpc.RpcError: Unexpected error when pulling data from from Redis.\r\n```\r\n\r\nError in `feast-online-serving` pod logs:\r\n\r\n```\r\n2022-02-04 16:35:24.823 WARN feast-release-feast-online-serving-7f65995d4d-7mghv --- [lt-executor-203] f.s.c.ServingServiceGRpcController : Failed to get Online Features\r\nio.grpc.StatusRuntimeException: UNKNOWN: Unexpected error when pulling data from from Redis.\r\nat io.grpc.Status.asRuntimeException(Status.java:524)\r\nat feast.storage.connectors.redis.retriever.OnlineRetriever.lambda$getFeaturesFromRedis$1(OnlineRetriever.java:114)\r\nat java.base/java.util.ArrayList.forEach(ArrayList.java:1541)\r\nat feast.storage.connectors.redis.retriever.OnlineRetriever.getFeaturesFromRedis(OnlineRetriever.java:101)\r\nat feast.storage.connectors.redis.retriever.OnlineRetriever.getOnlineFeatures(OnlineRetriever.java:56)\r\nat feast.serving.service.OnlineServingServiceV2.getOnlineFeatures(OnlineServingServiceV2.java:126)\r\nat feast.serving.controller.ServingServiceGRpcController.getOnlineFeaturesV2(ServingServiceGRpcController.java:96)\r\nat feast.proto.serving.ServingServiceGrpc$MethodHandlers.invoke(ServingServiceGrpc.java:314)\r\nat io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:172)\r\nat io.grpc.PartialForwardingServerCallListener.onHalfClose(PartialForwardingServerCallListener.java:35)\r\nat io.grpc.ForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:23)\r\nat io.grpc.ForwardingServerCallListener$SimpleForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:40)\r\nat io.grpc.Contexts$ContextualizedServerCallListener.onHalfClose(Contexts.java:86)\r\nat io.grpc.PartialForwardingServerCallListener.onHalfClose(PartialForwardingServerCallListener.java:35)\r\nat io.grpc.ForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:23)\r\nat io.grpc.ForwardingServerCallListener$SimpleForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:40)\r\nat io.opentracing.contrib.grpc.TracingServerInterceptor$2.onHalfClose(TracingServerInterceptor.java:235)\r\nat io.grpc.PartialForwardingServerCallListener.onHalfClose(PartialForwardingServerCallListener.java:35)\r\nat io.grpc.ForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:23)\r\nat io.grpc.ForwardingServerCallListener$SimpleForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:40)\r\nat io.grpc.PartialForwardingServerCallListener.onHalfClose(PartialForwardingServerCallListener.java:35)\r\nat io.grpc.ForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:23)\r\nat io.grpc.ForwardingServerCallListener$SimpleForwardingServerCallListener.onHalfClose(ForwardingServerCallListener.java:40)\r\nat io.grpc.Contexts$ContextualizedServerCallListener.onHalfClose(Contexts.java:86)\r\nat io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:331)\r\nat io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:820)\r\nat io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)\r\nat io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)\r\nat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\r\nat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\r\nat java.base/java.lang.Thread.run(Thread.java:829)\r\nCaused by: java.util.concurrent.ExecutionException: io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required.\r\nat java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)\r\nat java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)\r\nat feast.storage.connectors.redis.retriever.OnlineRetriever.lambda$getFeaturesFromRedis$1(OnlineRetriever.java:104)\r\n... 29 more\r\nCaused by: io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required.\r\nat io.lettuce.core.ExceptionFactory.createExecutionException(ExceptionFactory.java:135)\r\nat io.lettuce.core.ExceptionFactory.createExecutionException(ExceptionFactory.java:108)\r\nat io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)\r\nat io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)\r\nat io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:59)\r\nat io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:654)\r\nat io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:614)\r\nat io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:565)\r\nat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)\r\nat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)\r\nat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)\r\nat io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1518)\r\nat io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1267)\r\nat io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1314)\r\nat io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:501)\r\nat io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440)\r\nat io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)\r\nat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)\r\nat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)\r\nat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)\r\nat io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)\r\nat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)\r\nat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)\r\nat io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)\r\nat io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:792)\r\nat io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:475)\r\nat io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)\r\nat io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)\r\nat io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)\r\nat io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\r\n... 1 more\r\n```\r\n\r\n## Steps to reproduce\r\n\r\nInstall helm chart on AKS v1.22:\r\nhttps://github.com/Azure/feast-azure/blob/rijai/feastchart/cluster/setup/feast-0.9.5-helmchart/README.md\r\n\r\nUpdate `feast-onilne-serving` deployment image to use latest image tag which supports auth (0.26.3):\r\nhttps://github.com/feast-dev/feast-java-old/pull/43\r\n\r\nSet `feast-release-feast-online-serving` configmap to use external redis:\r\n```\r\nfeast:\r\n  core-host: \"feast-release-feast-core\"\"\r\n  core-grpc-port: 6565\r\n  active_store: online\r\n  stores:\r\n    - name; online\r\n      type: REDIS\r\n      config:\r\n        host: \"external-redis.net\"\r\n        port: 6380\r\n        ssl: true\r\n        password: \"password\"\r\n      subscriptions:\r\n        - name: \"*\"\r\n          project: \"*\"\r\ngrpc:\r\n  server:\r\n    port: 6566\r\nserver:\r\n  port: 18099\r\n```\r\n\r\nDefine `FeatureTable` and run `offline_to_online_ingestion`, then in a separate script run `get_online_features`.\r\n\r\n### Specifications\r\n\r\n- Version: 0.9.5\r\n- Platform: Azure Kubernetes Service (v1.22.4)\r\n- Subsystem:\r\n- Redis version: 4.1.14\r\n\r\n## Possible Solution\r\n\r\nInstead of relying on auto-discovery feature of lettuce.io redis client, use `RESP2` protocol on lower versions of Redis.\r\nhttps://github.com/lettuce-io/lettuce-core/issues/1543#issuecomment-741635020\r\n\r\nTried making a change in `RedisClient.java`:\r\n\r\n```\r\n  private RedisClient(StatefulRedisConnection\u003cbyte[], byte[]\u003e connection) {\r\n    this.asyncCommands = connection.async();\r\n\r\n    // Disable auto-flushing\r\n    this.asyncCommands.setAutoFlushCommands(false);\r\n  }\r\n\r\n  public static RedisClientAdapter create(RedisStoreConfig config) {\r\n\r\n    RedisURI uri = RedisURI.create(config.getHost(), config.getPort());\r\n\r\n    if (config.getSsl()) {\r\n      uri.setSsl(true);\r\n    }\r\n\r\n    if (!config.getPassword().isEmpty()) {\r\n      uri.setPassword(config.getPassword());\r\n    }\r\n\r\n    io.lettuce.core.RedisClient redisClient = io.lettuce.core.RedisClient.create(uri);\r\n    redisClient.setOptions(\r\n        io.lettuce.core.ClientOptions.builder()\r\n            .protocolVersion(ProtocolVersion.RESP2)\r\n            .build());\r\n\r\n    StatefulRedisConnection\u003cbyte[], byte[]\u003e connection = redisClient.connect(new ByteArrayCodec());\r\n\r\n    return new RedisClient(connection);\r\n  }\r\n```\r\n\r\nHowever I run into the following issue at runtime:\r\n\r\n```\r\nCaused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [feast.serving.service.ServingServiceV2]: Factory method 'servingServiceV2' threw exception; nested exception is java.lang.NoClassDefFoundError: io/lettuce/core/protocol/ProtocolVersion\r\nat org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)\r\nat org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:650)\r\n```","author":{"url":"https://github.com/andrijaperovic","@type":"Person","name":"andrijaperovic"},"datePublished":"2022-02-05T17:59:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/2285/feast/issues/2285"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:e32ba7f6-339c-e0d6-a93a-ac30739eab9d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC628:2DEB8:1DB77A:261E2A:698028CB
html-safe-nonce9eebef9f4e9b21ee80e1a3d78f08784e9d0926b8fe2dedd2415187f730a314ae
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNjI4OjJERUI4OjFEQjc3QToyNjFFMkE6Njk4MDI4Q0IiLCJ2aXNpdG9yX2lkIjoiNjAwNzUxMzg4NDE3NTM3ODYzNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac10e6d8408ef3df6560ccf74a826d04bc0712238d53b73f20793cc2a2a5897991
hovercard-subject-tagissue:1124993521
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/feast-dev/feast/2285/issue_layout
twitter:imagehttps://opengraph.githubassets.com/9b117d9983aa6beaa67a235378443f4090f4e554af69097dc776f3067e0c1007/feast-dev/feast/issues/2285
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/9b117d9983aa6beaa67a235378443f4090f4e554af69097dc776f3067e0c1007/feast-dev/feast/issues/2285
og:image:altExpected Behavior get_online_features should return the correct result: features = client.get_online_features( feature_refs=["driver_statistics:avg_daily_trips"], entity_rows=entities_with_timestam...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameandrijaperovic
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/issues/2285#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fissues%2F2285
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fissues%2F2285
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/issues/2285
Reloadhttps://github.com/feast-dev/feast/issues/2285
Reloadhttps://github.com/feast-dev/feast/issues/2285
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.2k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 6.7k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 184 https://github.com/feast-dev/feast/issues
Pull requests 70 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security 0 https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
New issuehttps://github.com/login?return_to=https://github.com/feast-dev/feast/issues/2285
New issuehttps://github.com/login?return_to=https://github.com/feast-dev/feast/issues/2285
gRPC error on get_online_features (NOAUTH authentication required)https://github.com/feast-dev/feast/issues/2285#top
https://github.com/andrijaperovic
https://github.com/achals
kind/bughttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Fbug%22
priority/p1https://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22priority%2Fp1%22
https://github.com/andrijaperovic
https://github.com/andrijaperovic
andrijaperovichttps://github.com/andrijaperovic
on Feb 5, 2022https://github.com/feast-dev/feast/issues/2285#issue-1124993521
https://github.com/Azure/feast-azure/blob/rijai/feastchart/cluster/setup/feast-0.9.5-helmchart/README.mdhttps://github.com/Azure/feast-azure/blob/rijai/feastchart/cluster/setup/feast-0.9.5-helmchart/README.md
feast-dev/feast-java-old#43https://github.com/feast-dev/feast-java-old/pull/43
redis/lettuce#1543 (comment)https://github.com/redis/lettuce/issues/1543#issuecomment-741635020
achalshttps://github.com/achals
andrijaperovichttps://github.com/andrijaperovic
kind/bughttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Fbug%22
priority/p1https://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22priority%2Fp1%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.