BTYHunter

Results 11 issues of BTYHunter

Base on `v1.17-rc2` I changed the `pkg/mqtrigger/messageQueue/kafka.go` to support Kafka SASL (only for certain USER and PASSWORD). My question is how to build fission-bundle image, is there any tutorial or...

help wanted

**Is your feature request related to a problem? Please describe.** Is there any approach to set environment params on environment deployment like `volumes` `volumeMounts` `nodeSelector`. For instance, I want to...

I have built Kafka and kafka with SASL two brokers in my cluster, and install KEDA latest version 2.11.1. Following this `https://github.com/fission/examples/blob/master/samples/kafka-keda-sasl/README.md` faild. In this tutorial `Note: Please ensure that...

**Fission/Kubernetes version** $ fission version ``` client: fission/core: BuildDate: "2022-09-16T13:24:57Z" GitCommit: b36e0516 Version: v1.17.0 server: fission/core: BuildDate: "2022-09-16T13:24:57Z" GitCommit: b36e0516 Version: v1.17.0 ``` $ kubectl version ``` Client Version: version.Info{Major:"1",...

How to set `nodeSelector` to environment POD/DEPLOYMENT, say node js function environment?There is one approach after `fission env create` and use `kubectl edit deployment`. In the `templates` files, there are...

I following this tutorial `https://github.com/fission/environments/blob/master/go/README.md` to build a GO env. But when I create GO function, the package build failed. ```bash # create GO-ENV fission environment create --name go-env-test1 --image...

question

### Expected Behavior My configuration ```javascript const Configuration = { rules: { 'test': [2, 'always'] }, plugins: [ { rules: { 'test': (output) => { return handleMessage(output) } } }...

question

##### Description Below is my code. go version: go version go1.20.2 windows/amd64 sarama version: v1.42.1 kafka version: 3.0.0 ```go package main import ( "fmt" "github.com/IBM/sarama" ) func main() { brokerList...

stale

Sorry I can not find the implement of `NewString` function in 'jbinding-cpp/UnicodeHelper.h' (I have searched the whole project code). Below is the code. ```java jstring toNewString(JNIEnv * env) { return...

My desktop is Windows 10, 32GB,Intel i5-7300. zip file 77.1MB after extract is 1024MB contain 1024 files per 1MB, extract needs 17357ms 7z file 77MB after extract is 1024MB contain...