Skip to content

Commit f2f1234

Browse files
Fix typos
1 parent b418465 commit f2f1234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The connector supports authentication with user name and password and also conne
115115
### Setting up TLS using a server-side certificate
116116
To enable use of TLS, set the configuration 'mq.ssl.cipher.suite' to the name of the cipher suite which matches the CipherSpec in the SSLCIPH attribute of the MQ server-connection channel. Use the table of supported cipher suites for MQ 9.0.x [here](https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.dev.doc/q113220_.htm) as a reference. Note that the names of the CipherSpecs as used in the MQ configuration are not necessarily the same as the cipher suite names that the connector uses. The connector uses the JMS interface so it follows the Java conventions.
117117

118-
You will need to put the public part of the queue manager's certificate in a JSSE truststore and then provide the location of the truststore as property to the Kafka Connect worker that you're using to run the connector.
118+
You will need to put the public part of the queue manager's certificate in a JSSE truststore and then provide the location of the truststore as a property to the Kafka Connect worker that you're using to run the connector.
119119

120120

121121
## Configuration

config/mq-source.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name=mq-source
16-
connector.class=com.ibm.mq.kafkaconnector.MQSourceConnector
16+
connector.class=com.ibm.mq.kafkaconnect.MQSourceConnector
1717

1818
# You can increase this for higher throughput, but message ordering will be lost
1919
tasks.max=1

0 commit comments

Comments
 (0)