Embedded mqtt change web port 8080 , issues

Hi, i want to use the embedded mqtt, but the 8080 is already in use, so i tried changing it

mqtt:
  embedded:
    listeners:
      default:
        max-connections: 5000
        bind: 192.168.0.17:1883
        type: tcp
      ws-1:
          bind: 192.168.0.17:8888
          type: ws
    auth:
      plugins: ['auth.anonymous']
      allow-anonymous: true

but i receive the error below

2019-01-10 20:53:24 WARNING (MainThread) [hbmqtt.broker.plugins.topic_taboo] ‘topic-check’ section not found in context configuration
2019-01-10 20:53:24 ERROR (MainThread) [homeassistant.components.mqtt] Unable to start embedded MQTT broker
2019-01-10 20:53:25 ERROR (MainThread) [homeassistant.setup] Setup failed for mqtt: Component failed to initialize.

also tried 0.0.0.0

seems already a known issue? is there a workaround?

Mosquitto is so much better, so just go for that!

ok, yes, taking that road now