Jordan Moore

Results 601 comments of Jordan Moore

Switch to another, maintained Kafka image if you need a higher version

This Docker image isn't mainainted. Please switch to another Kafka image

Change your third command. `docker run -d --name kafka --network kafka-net --env ZOOKEEPER_IP=zookeeper --env KAFKA_ADVERTISED_HOST_NAME=kafka ches/kafka`

I have stumbled across this problem, and while removing spaces may fix it, I am curious why the program executable doesn't error when there are spaces in it's path?

@kiakanpa Nice find! For PCSX2, this option worked in `emulators.txt` for a file with spaces. ``` [PCSX2] location=C:\Program Files (x86)\PCSX2 1.4.0\pcsx2.exe command=%l --nogui ""%r"" ``` I assume this will be...

@kiakanpa I tried it, it did work. The raw path argument for %r added a pair of quotes on its own, so I added two more around it.

[Dolphin 5](https://dolphin-emu.org/blog/2016/06/24/dolphin-50-release/) has fixed many Graphics issues. Could you please try it?

Hello - This sounds like it is an issue with the ROM and/or emulator you have downloaded. ICE is simply a shortcut to run your game and should not interfere...

> `--message.handler.args ‘test,test123’` A topic name cannot contain commas. Here you have made the prefix contain them

I think you're misinterpreting the arguments then ```java public TopicSwitchingHandler(String topicPrefix) { this.topicPrefix = topicPrefix; } ``` Therefore, you're setting `this.topicPrefix="test,test123"`