seeflood

Results 80 issues of seeflood

### 页面英文名 [proposal] OI Wiki for algorithm interview ### 我希望能添加的内容是 #### 现状与痛点 OI wiki 上有很多优秀的算法竞赛知识,但是对于广大找工作的程序员群体来说,很多知识是超纲的,比如: 程序员群体有”只看面试难度的知识点“的需求,导致社区不断出现一些”xxx算法学习笔记“之类的高 star 项目、分享”面试难度的算法知识点“,大家在重复造轮子,这不酷。 #### 想解决的问题 能否吸引”算法面试“社区的朋友来共建 OI wiki 呢?能否让 OI wiki 上的优秀内容帮助那些需要准备”算法面试“的朋友呢? #### 提案 #####...

Content Request / 内容请求
RFC / 提案

Now the implementation of in memory state #1326 has most of the state feature including etag, transactional, expire. Yet state query is not not included since there is no requirement...

kind/enhancement
P2
pinned

**What would you like to be added**: Re-design startup lifecycle. **Why is this needed**: Currently the startup sequence is: 1. app start. Run a grpc server waiting for sidecar to...

help wanted

Background: As far as I know, some mosn users are trying to integrate mosn with polaris mesh. It's possible because both mosn and polaris mesh support XDS 3.0 . We...

stale

This is a substask of #471 . This issue will participate in the [chinese GLCC activity](https://mp.weixin.qq.com/s/yBem9JTrPI5OKWqunUQWAQ) . So I wrote it in chinese: ## 1、题目描述 开发 layotto 演示工程 ## 2、编码任务...

pinned
GLCC

@kevinten10 目前遇到了多语言维护成本高的痛点,在调研 sidecar 模式 但是遇到了问题: 1. 已经在 AWS 和 阿里云上用了原生 sidecar (AWS app mesh 和 阿里云 ASM,其实都是 envoy),在开启了透明流量劫持的情况下, 再部署个 layotto sidecar 会不会冲突? 2. 已经有了原生 sidecar (envoy), 再部个 mosn 比较冗余。能否部署一个 layotto...

stale

Since OSPP is for chinese community, this issue is written in chinese ## Detail https://summer-ospp.ac.cn/#/org/prodetail/2295a0213 ## 增强layotto-java-sdk和layotto-spring-boot 你需要做什么? 1. 增强layotto的java-sdk的功能,使其与go-sdk对齐。现在的java-sdk有file、lock、pubsub、sequencer、state 的API,缺少secret、config等API。 2. 完善 layotto-sdk-springboot, 将layotto的更多功能集成进spring-boot。layotto-sdk-springboot的设计目标是帮助 spring-boot 的用户低成本接入 Layotto,比如用户在代码中添加一个java注解后,就能方便的进行消息监听、收到新消息后自动调用方法。 3. 在...

pinned
kind/ospp

Signed-off-by: seeflood **What this PR does**: add `ivr.proto` **Which issue(s) this PR fixes**: Fixes #726 **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**: ```release-note ```

cla:yes
size/L

**What happened**: Run the `sayHello` demo in https://github.com/layotto/java-sdk/blob/main/examples-hello/src/main/java/io/mosn/layotto/examples/hello/Hello.java And it will fail :( It's because the `config.json` uses a store named `quick_start_demo`: ![image](https://user-images.githubusercontent.com/26001097/183072082-5409cee1-6e2d-42fb-a09c-c236778562f1.png) but the demo uses `helloworld`: ![image](https://user-images.githubusercontent.com/26001097/183072182-04246202-33d7-4f47-aa5d-c76356e4a7b9.png) **What...

good first issue
help wanted
easy
kind/bug

**What would you like to be added**: In order to make OSS API ready for production, we should add: - (P1) Docs - [x] add the quickstart doc in the...

help wanted