diff --git a/.classpath b/.classpath
index 31e14eb8..c1b6284e 100644
--- a/.classpath
+++ b/.classpath
@@ -14,12 +14,6 @@
-
-
-
-
-
-
diff --git a/.gitignore b/.gitignore
index b31f4af9..bc8e5057 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,6 @@ build
bin
.settings
-deploy
\ No newline at end of file
+deploy
+tmp
+examples/compose-templates/producer
diff --git a/.project b/.project
index aa9a6360..afdbf493 100644
--- a/.project
+++ b/.project
@@ -1,22 +1,28 @@
- lightstreamer-kafka-adapter
+ lightstreamer-kafka-connector
+
+ org.eclipse.buildship.core.gradleprojectbuilder
+
+
+
org.eclipse.jdt.core.javabuilder
- org.eclipse.buildship.core.gradleprojectbuilder
+ dev.jbang.eclipse.core.jbangbuilder
+ dev.jbang.eclipse.core.jbangnature
org.eclipse.jdt.core.javanature
org.eclipse.buildship.core.gradleprojectnature
diff --git a/examples/quickstart-schema-registry/README.md b/examples/quickstart-schema-registry/README.md
index b85c4169..a54a8bec 100644
--- a/examples/quickstart-schema-registry/README.md
+++ b/examples/quickstart-schema-registry/README.md
@@ -37,7 +37,7 @@ The [docker-compose.yml](docker-compose.yml) has been revised to configure the i
- _producer_
- The new `producer.properties` configuration file adds the settings required to communicate with the Schema Registry:
+ The `producer.properties` configuration file adds the settings required to communicate with the Schema Registry:
```yaml
..