Skip to content

Instantly share code, notes, and snippets.

View ninadingole's full-sized avatar
✈️
Looking for next crazy idea to build

Neenad Ingole ninadingole

✈️
Looking for next crazy idea to build
View GitHub Profile
package internal
import (
"context"
"encoding/json"
"errors"
"fmt"
"log"
"net/http"
"os"
@ninadingole
ninadingole / cloudSettings
Last active May 6, 2020 12:15
settings-sync
{"lastUpload":"2020-05-06T12:15:46.434Z","extensionVersion":"v3.4.3"}

Keybase proof

I hereby claim:

  • I am ninadingole on github.
  • I am iamninad (https://keybase.io/iamninad) on keybase.
  • I have a public key ASDQ_lKHv4aZIwHqiD5wWJOCHV4euhaPoJGdYPa3Anq_hwo

To claim this, I am signing this object:

bootstrap.servers=localhost:9092
key.converter=io.confluent.connect.avro.AvroConverter
value.converter=io.confluent.connect.avro.AvroConverter
key.converter.schema.registry.url=http://localhost:8081
value.converter.schema.registry.url=http://localhost:8081
# For Json
#value.converter=org.apache.kafka.connect.json.JsonConverter
#key.converter=org.apache.kafka.connect.json.JsonConverter
name: "CodeQL"
on:
push:
branches: [master, ]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
# schedule:
# - cron: '0 3 * * 4'
name: "My CodeQL config"
disable-default-queries: true
languages: java
queries:
- name: Extended Security
uses: security-extended
- name: Security and Quality