vzhikserg commented on a change in pull request #6356: Independent schema is
set for each consumer generated by topic
URL: https://github.com/apache/pulsar/pull/6356#discussion_r387582470
##########
File path: pulsar-broker/src/test/java/org/apache/pulsar/schema/Schemas.java
##########
@@ -16,25 +16,31 @@
* specific language governing permissions and limitations
* under the License.
*/
-package org.apache.pulsar.schema.compatibility;
+package org.apache.pulsar.schema;
import lombok.AllArgsConstructor;
import lombok.Data;
+import lombok.Getter;
import lombok.NoArgsConstructor;
+import lombok.Setter;
import org.apache.avro.reflect.AvroDefault;
public class Schemas {
@Data
@NoArgsConstructor
@AllArgsConstructor
+ @Getter
Review comment:
The Data annotation already includes Getter and Setter
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services