Script for comp Bio the following Courses
push eventlovoo/goka
commit sha 09b1e04502f0a2415c1f199bc6e154330cd29278
Improve topic creation via topic manager fixed flaky tests by not resetting mockconsumergroup on close (not reused anyway) small fix to append to slices in GroupGraph
push time in 10 hours
PR opened lovoo/drone-gcloud-helm
- helm 3.5
- kubectl 1.17 as the default
- update gcloud components
- use latest alpine image
pr created time in 16 hours
push eventlovoo/drone-gcloud-helm
commit sha 8273b675ee9e3a862554ae1d62271ba0a6664907
update helm and gcloud tools
commit sha b762c4cda360e0ef497610b4dc5930564abc6d78
Merge pull request #66 from lovoo/helm-3.5.0 update helm and gcloud tools
push time in 16 hours
startedmikeal/IPSQL
started time in a day
startedlmatteis/torrent-net
started time in a day
startedoldboyxx/jira_clone
started time in a day
push eventlovoo/goka
commit sha d905e7965f0480790a0c71466ccf2d5c21a46a4c
Use Go format for examples in README
commit sha aa579ba792f414859c5ea2bb73aa7af7563875cd
Merge pull request #295 from heppu/patch-1 Use Go format for examples in README
commit sha 55fae71f2c08188e4938ec9a7696830e29524d4b
Cleanup redis and monitoring example
commit sha f8cff2d6658e8e08a4fdb08de10a548c8480950a
Merge pull request #294 from lovoo/redis-example-cleanup Cleanup redis and monitoring example
commit sha 2b79ae1c9b9843185663d2c396267d1ab697aab4
wip topic fix
commit sha d9b2c5b50b52dc17b46f35052d337d52a39a769d
LVPD-735 improve topic creation via topic manager fixed flaky tests by not resetting mockconsumergroup on close (not reused anyway) small fix to append to slices in GroupGraph
push time in a day
startediptv-org/iptv
started time in 2 days
startederikflowers/weather-icons
started time in 2 days
startedanewtypeofinterference/Optician-Sans
started time in 2 days
push eventlovoo/goka-tools
commit sha 1dd3302a70f672eaa8f7f1992b5f12c977960b4b
LVPD-1047 implemented order type throttle-first-reschedule
commit sha bbe242d48330d17acc579762fdc68d2c2cdece0f
Merge pull request #16 from lovoo/LVPD-1047-scheduler-gap LVPD-1047 implemented order type throttle-first-reschedule
push time in 4 days
push eventlovoo/goka-tools
commit sha 1dd3302a70f672eaa8f7f1992b5f12c977960b4b
LVPD-1047 implemented order type throttle-first-reschedule
push time in 5 days
Pull request review commentlovoo/goka-tools
LVPD-1047 implemented order type throttle-first-reschedule
enum OrderType { // Send the first order's value ThrottleFirst = 2; - // delay ignoring intermediate orders
replacing that because it was not used and not implemented anyway.
comment created time in 5 days
Pull request review commentlovoo/goka
Cleanup redis and monitoring example
+# Redis storage example++Using [Redis](https://redis.io/) as option of storage.++This example has an **Emitter** and one **Processor** with when this emitter+generates events with random keys (_user_id_) consumed by Kafka that uses+Redis as storage/cache.+++## Usage++Run a local Kafka cluster and redis server by calling `make start` in folder `examples/`.+This will start a kafka cluster accessible under `127.0.0.1:9092` and a redis service under+`127.0.0.1:6379` if you want to use a different configuration you need to adjust the config +file `config.yaml`.++The config file also has some more options to set:++```yaml+kafka:+ brokers:+ - "127.0.0.1:9092"+ group: "examples"+ stream: "events"+ redis: "127.0.0.1:6379"+ namespace: "producer"+```++Where:+ * **brokers** : slice of kafka brokers hosts.+ * **group** : group name of this example belongs.+ * **stream**: stream name of this example belongs.+ * **redis**: address of redis (`localhost:6379`).+ * **namespace**: namespace distinguish applications that write to the same keys on Redis.++After starting the machines and adjusting the config run the example with+`go run 7-redis/*.go -config 7-redis/config.yaml`.++The events are produced and consumed by Kafka with random keys. It's possible+run several of the same binary and check the behaviour of kafka+rebalancing and removing partitions without broken.
without broken, what does that mean?
comment created time in 7 days
Pull request review commentlovoo/goka
Cleanup redis and monitoring example
+# Redis storage example++Using [Redis](https://redis.io/) as option of storage.++This example has an **Emitter** and one **Processor** with when this emitter
"with when this" sounds strange. Did you forget a word or have too many? Not sure what you meant here :)
comment created time in 8 days
Pull request review commentlovoo/goka
Cleanup redis and monitoring example
+# Redis storage example++Using [Redis](https://redis.io/) as option of storage.++This example has an **Emitter** and one **Processor** with when this emitter+generates events with random keys (_user_id_) consumed by Kafka that uses+Redis as storage/cache.+++## Usage++Run a local Kafka cluster and redis server by calling `make start` in folder `examples/`.+This will start a kafka cluster accessible under `127.0.0.1:9092` and a redis service under+`127.0.0.1:6379` if you want to use a different configuration you need to adjust the config +file `config.yaml`.++The config file also has some more options to set:++```yaml+kafka:+ brokers:+ - "127.0.0.1:9092"+ group: "examples"
lines 23 to 26 need to be unindented one step to make it consistent with the actual config.yaml
comment created time in 7 days
push eventlovoo/goka-tools
commit sha 51a77c03ffb4d60842060f83103d9c003e9e805b
wip storage evaluation
push time in 9 days