Francesco Nobilia

Results 5 issues of Francesco Nobilia

Hi there! In my code, I've something like that ```groovy withCredentials([usernamePassword( credentialsId: github_credentials_id, passwordVariable: 'GITHUB_PASSWORD', usernameVariable: 'GITHUB_USER') ]) { sh(script: """ #!/bin/bash git clone --single-branch --branch master https://\$GITHUB_USER:\[email protected]/.git ) }...

It would be cool having the possibility to handle HTML href in `homeSubtitle`. This way you can add stuff ` at `. My take would be adding an extra parameter...

enhancement

How to scale up partitions Current streams implementation is sensitive to partition number changes. It assumes that all messages for a given patient goes through the same partition for all...

help wanted
question
feature

We need to investigate the number of partitions we need for each topic. Useful links: - https://www.confluent.io/blog/how-to-choose-the-number-of-topicspartitions-in-a-kafka-cluster/\\ - https://community.hortonworks.com/questions/1813/kafka-can-the-number-of-partitions-per-topic-be-ch.html

question
feature

Kafka messages can be consumed according to two different strategies: - **at most once** messages can be _lost_ due to consumer faults - **at least once** messages can be _read...

duplicate
question
feature