The Wayback Machine - https://web.archive.org/web/20220601090403/https://github.com/topics/apollo
Skip to content
#

apollo

Here are 3,202 public repositories matching this topic...

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
  • Updated May 16, 2022
  • C#
frederikhors
frederikhors commented May 23, 2019

Using Rollup for bundling I'm getting this error:

src/main.js → public/bundle.js...

[!] Error: 'persistCache' is not exported by node_modules\apollo-cache-persist\bundle.umd.js

https://rollupjs.org/guide/en#error-name-is-not-exported-by-module-
src\apollo.js (6:9)

6: import { persistCache } from 'apollo-cache-persist'

I can fix it using:

commonjs({
  namedEx
good first issue hacktoberfest
graphql-ws
andreasdamm
andreasdamm commented May 27, 2022

Story

As a client I want to have a positive acknowledgement for a subscription.

Currently, the only responses to a subscription are error or complete. There is no way to ascertain when the subscription requested has actually been processed in the success case.

Knowing when a subscription has been made successfully is important in processing flows where executing the next step is depen

enhancement good first issue

Improve this page

Add a description, image, and links to the apollo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apollo topic, visit your repo's landing page and select "manage topics."

Learn more