Results 15 comments of M

I just ran into this same issue with o365. Also using the workaround described above ^^...

I can work around it by specifying a dns `search` domain on the local host. A name conflict with a public domain is possible, but is typically the exception and...

@cppforlife no, typically I use the svc name + namespace.

@dwnichols - any idea how to generate the non-mesos version of the docker image via sbt?

I will try that - thanks. As an enhancement, I think calling a streaming function should return `started/failed/etc` .

> we think it could be useful to users Yes - **_malicious users_** I can think of no good reason why the DB password should EVER be displayed in the...

Estimated counts would be acceptable in my situation... Related to: #5010 #4899 #3793

like this? ``` from functools import partial async def do_things(arg): print("Doing", arg) time.sleep(2) print("Did", arg) t1 = app.task("every 10 seconds", name="t1")(partial(do_things, arg=1)) t2 = app.task("every 15 seconds", name="t2")(partial(do_things, arg=2)) logger.info(f'{t1=}')...

@chase2981 - would be glad to discuss in further detail on slack (see link below). I'm not with Robinhood, but have been active in the community along with a number...

@meysam81 - check the `faust-streaming` fork https://github.com/faust-streaming/faust