Jacob Beasley

Results 25 comments of Jacob Beasley

It works for me as-is. I just add it as a rule as part of Spring Boot integration test (@WebIntegrationTest) and it works.

@RunWith(SpringJUnit4ClassRunner.class) @WebIntegrationTest public class SomeTest { @Rule public KafkaUnitRule kafkaUnitRule = new KafkaUnitRule(2181, 9092); }

Might need to use headless js

I've seen people use this - https://github.com/odise/go-cron

Why not just use DatePickerDialog (which is built into material ui)? http://www.material-ui.com/#/components/date-picker

Seems to be fixed in 1.0.6

Without more context its hard to comment on precisely what is going on in your case, but I'll explain how this feature works and that may help you figure out...

https://kubernetes.io/docs/reference/using-api/deprecation-guide/ - we can see when it was removed here and we can work on updating.

Spoke with @becky-intelletive and she pointed out our helm charts already have logic to detect which version of k8s you are using and to use the right cronjob version. So,...